Anthos Multi-Cloud v1 API - Class DeleteAzureClusterRequest (2.6.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 AzureClusters.DeleteAzureCluster method.

Inheritance

object > DeleteAzureClusterRequest

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

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

IgnoreErrors

public bool IgnoreErrors { get; set; }

Optional. If set to true, the deletion of [AzureCluster][google.cloud.gkemulticloud.v1.AzureCluster] resource will succeed even if errors occur during deleting in cluster resources. Using this parameter may result in orphaned resources in the cluster.

Property Value
Type Description
bool

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