ApplicationGatewaysOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert das angegebene Anwendungsgateway.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayInner> CreateOrUpdateAsync (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 CreateOrUpdateAsync : 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 CreateOrUpdateAsync (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:
Azure SDK for .NET