Class ProjectsResource.LocationsResource.DeploymentGroupsResource.DeprovisionRequest
Deprovisions 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.DeprovisionRequest
Inherited Members
Namespace: Google.Apis.Config.v1
Assembly: Google.Apis.Config.v1.dll
Syntax
public class ProjectsResource.LocationsResource.DeploymentGroupsResource.DeprovisionRequest : ConfigBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeprovisionRequest(IClientService, DeprovisionDeploymentGroupRequest, string)
Constructs a new Deprovision request.
Declaration
public DeprovisionRequest(IClientService service, DeprovisionDeploymentGroupRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| DeprovisionDeploymentGroupRequest | 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 deprovision. 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 Deprovision parameter list.
Declaration
protected override void InitParameters()