Partager via


ApplicationGatewaysOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Crée ou met à jour la passerelle d’application spécifiée.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ApplicationGateway> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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 d’application.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à