Share via


PrivateCloudsOperationsExtensions.Delete Method

Definition

Delete a private cloud

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

Parameters

operations
IPrivateCloudsOperations

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

Applies to