Partager via


IGatewayOperations.BeginDeletingVirtualNetworkGatewayAsync Méthode

Définition

L’opération Begin Delete Réseau virtuel Gateway supprime une passerelle réseau

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync (string gatewayId, System.Threading.CancellationToken cancellationToken);
abstract member BeginDeletingVirtualNetworkGatewayAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
Public Function BeginDeletingVirtualNetworkGatewayAsync (gatewayId As String, cancellationToken As CancellationToken) As Task(Of GatewayOperationResponse)

Paramètres

gatewayId
String

ID de passerelle de réseau virtuel.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à