NetworkProfilesOperationsExtensions.BeginDelete Method

Definition

Deletes the specified network profile.

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

Parameters

operations
INetworkProfilesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

networkProfileName
String

The name of the NetworkProfile.

Applies to