Class ProjectsResource.LocationsResource.DeploymentGroupsResource.ProvisionRequest
Provisions a deployment group. NOTE: As a first step of this operation, Infra Manager will
automatically delete any Deployments that were part of the last successful DeploymentGroupRevision
but are no longer included in the current DeploymentGroup definition (e.g., following an
UpdateDeploymentGroup call), along with their actuated resources.
Inheritance
ProjectsResource.LocationsResource.DeploymentGroupsResource.ProvisionRequest
Inherited Members
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentGroupsResource.ProvisionRequest : ConfigBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
ProvisionRequest(IClientService, ProvisionDeploymentGroupRequest, string)
Constructs a new Provision request.
Declaration
public ProvisionRequest(IClientService service, ProvisionDeploymentGroupRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| ProvisionDeploymentGroupRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. The name of the deployment group to provision. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes Provision parameter list.
Declaration
protected override void InitParameters()