Partager via


GatewayOperationsExtensions.BeginDeletingVirtualNetworkGatewayAsync Méthode

Définition

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

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse> BeginDeletingVirtualNetworkGatewayAsync (this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId);
static member BeginDeletingVirtualNetworkGatewayAsync : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayOperationResponse>
<Extension()>
Public Function BeginDeletingVirtualNetworkGatewayAsync (operations As IGatewayOperations, gatewayId As String) As Task(Of GatewayOperationResponse)

Paramètres

operations
IGatewayOperations

Référence à Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

gatewayId
String

Obligatoire. ID de passerelle de réseau virtuel.

Retours

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

S’applique à