Delen via


DscpConfigurationOperationsExtensions.Delete Method

Definition

Deletes a DSCP Configuration.

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

Parameters

operations
IDscpConfigurationOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

dscpConfigurationName
String

The name of the resource.

Applies to