Freigeben über


ApplicationGatewaysOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert das angegebene Anwendungsgateway.

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)

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

applicationGatewayName
String

Der Name des Anwendungsgateways.

parameters
ApplicationGateway

Parameter, die für den Anwendungsgateway-Vorgang zum Erstellen oder Aktualisieren bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: