Sdílet prostřednictvím


SubnetsOperationsExtensions.BeginDelete Method

Definition

Deletes the specified subnet.

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