Sdílet prostřednictvím


CassandraClustersOperationsExtensions.Delete Method

Definition

Deletes a managed Cassandra cluster.

public static void Delete (this Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations operations, string resourceGroupName, string clusterName);
static member Delete : Microsoft.Azure.Management.CosmosDB.ICassandraClustersOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As ICassandraClustersOperations, resourceGroupName As String, clusterName As String)

Parameters

operations
ICassandraClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

clusterName
String

Managed Cassandra cluster name.

Applies to