Partager via


ApplicationGatewayOperationsExtensions.BeginDeleteApplicationGatewayAsync Méthode

Définition

L’opération Begin Delete Application Gateway supprime Application Gateway avec les paramètres spécifiés. (voir http://msdn.microsoft.com/en-us/library/windowsazure/jj154114.aspx pour plus d’informations)

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

Paramètres

operations
IApplicationGatewayOperations

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

gatewayName
String

Obligatoire. Le nom de la passerelle.

Retours

Réponse de service standard comprenant un code de status HTTP et un ID de requête.

S’applique à