Freigeben über


LocalNetworkGatewaysOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert ein lokales Netzwerkgateway in der angegebenen Ressourcengruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGatewaysOperations operations, string resourceGroupName, string localNetworkGatewayName, Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGatewaysOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.LocalNetworkGatewayInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ILocalNetworkGatewaysOperations, resourceGroupName As String, localNetworkGatewayName As String, parameters As LocalNetworkGatewayInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of LocalNetworkGatewayInner)

Parameter

operations
ILocalNetworkGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

localNetworkGatewayName
String

Der Name des lokalen Netzwerk-Gateways.

parameters
LocalNetworkGatewayInner

Parameter, die für das Erstellen oder Aktualisieren des lokalen Netzwerkgateways bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: