CloudLinksOperationsExtensions.BeginDelete Method

Definition

Delete a cloud link in a private cloud

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

Parameters

operations
ICloudLinksOperations

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

cloudLinkName
String

Name of the cloud link resource

Applies to