Share via


SubnetsOperationsExtensions.BeginDeleteAsync Method

Definition

Deletes the specified subnet.

public static System.Threading.Tasks.Task BeginDeleteAsync (this Microsoft.Azure.Management.Network.Fluent.ISubnetsOperations operations, string resourceGroupName, string virtualNetworkName, string subnetName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeleteAsync : Microsoft.Azure.Management.Network.Fluent.ISubnetsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function BeginDeleteAsync (operations As ISubnetsOperations, resourceGroupName As String, virtualNetworkName As String, subnetName As String, Optional cancellationToken As CancellationToken = Nothing) As Task

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to