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.
Implements
IMessageDeleteAzureNodePoolRequest, IEquatableDeleteAzureNodePoolRequest, IDeepCloneableDeleteAzureNodePoolRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
DeleteAzureNodePoolRequest()
public DeleteAzureNodePoolRequest()
DeleteAzureNodePoolRequest(DeleteAzureNodePoolRequest)
public DeleteAzureNodePoolRequest(DeleteAzureNodePoolRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteAzureNodePoolRequest |
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 | |
---|---|
Type | Description |
bool |
AzureNodePoolName
public AzureNodePoolName AzureNodePoolName { get; set; }
AzureNodePoolName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ValidateOnly
public bool ValidateOnly { get; set; }
If set, only validate the request, but do not actually delete the node pool.
Property Value | |
---|---|
Type | Description |
bool |