Share via


PrivateCloudsOperationsExtensions.BeginDelete Method

Definition

Delete a private cloud

public static void BeginDelete (this Microsoft.Azure.Management.Avs.IPrivateCloudsOperations operations, string resourceGroupName, string privateCloudName);
static member BeginDelete : Microsoft.Azure.Management.Avs.IPrivateCloudsOperations * string * string -> unit
<Extension()>
Public Sub BeginDelete (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