Anthos Multi-Cloud v1 API - Class DeleteAzureNodePoolRequest (2.5.0)

public sealed class DeleteAzureNodePoolRequest : IMessage<DeleteAzureNodePoolRequest>, IEquatable<DeleteAzureNodePoolRequest>, IDeepCloneable<DeleteAzureNodePoolRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class DeleteAzureNodePoolRequest.

Request message for AzureClusters.DeleteAzureNodePool method.

Inheritance

object > DeleteAzureNodePoolRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

DeleteAzureNodePoolRequest()

public DeleteAzureNodePoolRequest()

DeleteAzureNodePoolRequest(DeleteAzureNodePoolRequest)

public DeleteAzureNodePoolRequest(DeleteAzureNodePoolRequest other)
Parameter
NameDescription
otherDeleteAzureNodePoolRequest

Properties

AllowMissing

public bool AllowMissing { get; set; }

If set to true, and the [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resource is not found, the request will succeed but no action will be taken on the server and a completed [Operation][google.longrunning.Operation] will be returned.

Useful for idempotent deletion.

Property Value
TypeDescription
bool

AzureNodePoolName

public AzureNodePoolName AzureNodePoolName { get; set; }

AzureNodePoolName-typed view over the Name resource name property.

Property Value
TypeDescription
AzureNodePoolName

Etag

public string Etag { get; set; }

The current ETag of the [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool].

Allows clients to perform deletions through optimistic concurrency control.

If the provided ETag does not match the current etag of the node pool, the request will fail and an ABORTED error will be returned.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

Required. The resource name the [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] to delete.

AzureNodePool names are formatted as projects/<project-id>/locations/<region>/azureClusters/<cluster-id>/azureNodePools/<node-pool-id>.

See Resource Names for more details on Google Cloud resource names.

Property Value
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

If set, only validate the request, but do not actually delete the node pool.

Property Value
TypeDescription
bool