Freigeben über


LocalNetworkGatewaysOperationsExtensions.BeginCreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert ein lokales Netzwerkgateway in der angegebenen Ressourcengruppe.

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

Parameter

operations
ILocalNetworkGatewaysOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

localNetworkGatewayName
String

Der Name des lokalen Netzwerk-Gateways.

parameters
LocalNetworkGateway

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

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: