Delen via


NetworkProfilesOperationsExtensions.Delete Method

Definition

Deletes the specified network profile.

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