Anthos Multi-Cloud v1 API - Class DeleteAzureClusterRequest (2.2.0)

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 Clusters.DeleteAzureCluster method.

Inheritance

object > DeleteAzureClusterRequest

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

DeleteAzureClusterRequest()

public DeleteAzureClusterRequest()

DeleteAzureClusterRequest(DeleteAzureClusterRequest)

public DeleteAzureClusterRequest(DeleteAzureClusterRequest other)
Parameter
NameDescription
otherDeleteAzureClusterRequest

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
TypeDescription
bool

AzureClusterName

public AzureClusterName AzureClusterName { get; set; }

AzureClusterName-typed view over the Name resource name property.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ValidateOnly

public bool ValidateOnly { get; set; }

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

Property Value
TypeDescription
bool