Share via


ClustersOperationsExtensions.Delete Method

Definition

Delete a cluster in a private cloud

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

Parameters

operations
IClustersOperations

The operations group for this extension method.

resourceGroupName
String

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

privateCloudName
String

Name of the private cloud

clusterName
String

Name of the cluster in the private cloud

Applies to