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.Fluent.Models.ApplicationGatewayInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations operations, string resourceGroupName, string applicationGatewayName, Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.IApplicationGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IApplicationGatewaysOperations, resourceGroupName As String, applicationGatewayName As String, parameters As ApplicationGatewayInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ApplicationGatewayInner)
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
- ApplicationGatewayInner
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