ClustersOperationsExtensions.Delete Method

Definition

Deletes the specified cluster.

public static void Delete (this Microsoft.Azure.Management.StreamAnalytics.IClustersOperations operations, string resourceGroupName, string clusterName);
static member Delete : Microsoft.Azure.Management.StreamAnalytics.IClustersOperations * string * string -> unit
<Extension()>
Public Sub Delete (operations As IClustersOperations, resourceGroupName 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.

clusterName
String

The name of the cluster.

Applies to