PrivateLinkServicesOperationsExtensions.BeginDelete Method

Definition

Deletes the specified private link service.

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

Parameters

operations
IPrivateLinkServicesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the private link service.

Applies to