Freigeben über


ApplicationGatewaysOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert das angegebene Anwendungsgateway.

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)

Parameter

operations
IApplicationGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

applicationGatewayName
String

Der Name des Anwendungsgateways.

parameters
ApplicationGatewayInner

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: