Share via


PrivateLinkServicesOperationsExtensions.Delete Method

Definition

Deletes the specified private link service.

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