Sdílet prostřednictvím


SubnetsOperationsExtensions.Delete Method

Definition

Deletes the specified subnet.

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

Parameters

operations
ISubnetsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

virtualNetworkName
String

The name of the virtual network.

subnetName
String

The name of the subnet.

Applies to