GatewayOperationsExtensions.BeginDeletingVirtualNetworkGatewayAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET