public sealed class DeleteAzureClusterRequest : IMessage<DeleteAzureClusterRequest>, IEquatable<DeleteAzureClusterRequest>, IDeepCloneable<DeleteAzureClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class DeleteAzureClusterRequest.
Request message for AzureClusters.DeleteAzureCluster
method.
Implements
IMessageDeleteAzureClusterRequest, IEquatableDeleteAzureClusterRequest, IDeepCloneableDeleteAzureClusterRequest, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
DeleteAzureClusterRequest()
public DeleteAzureClusterRequest()
DeleteAzureClusterRequest(DeleteAzureClusterRequest)
public DeleteAzureClusterRequest(DeleteAzureClusterRequest other)
Parameter | |
---|---|
Name | Description |
other | DeleteAzureClusterRequest |
Properties
AllowMissing
public bool AllowMissing { get; set; }
If set to true, and the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] 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 |
AzureClusterName
public AzureClusterName AzureClusterName { get; set; }
AzureClusterName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
AzureClusterName |
Etag
public string Etag { get; set; }
The current etag of the [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster].
Allows clients to perform deletions through optimistic concurrency control.
If the provided etag does not match the current etag of the cluster, 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 [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] to delete.
AzureCluster
names are formatted as
projects/<project-id>/locations/<region>/azureClusters/<cluster-id>
.
See Resource Names for more details on Google Cloud Platform 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 resource.
Property Value | |
---|---|
Type | Description |
bool |