ApplicationGatewaysOperationsExtensions.BeginCreateOrUpdateAsync 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.
Crée ou met à jour la passerelle Application Gateway spécifiée.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGateway> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, Microsoft.Azure.Management.Network.Models.ApplicationGateway parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.IApplicationGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Models.ApplicationGateway * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGateway>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, parameters As ApplicationGateway, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGateway)
Paramètres
- operations
- IApplicationGatewaysOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- applicationGatewayName
- String
Nom de la passerelle Application Gateway.
- parameters
- ApplicationGateway
Paramètres fournis à l’opération de création ou de mise à jour de la passerelle Application Gateway.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET