Partager via


NatGatewaysOperationsExtensions.BeginCreateOrUpdateAsync Méthode

Définition

Crée ou met à jour une passerelle nat.

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

Paramètres

operations
INatGatewaysOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

natGatewayName
String

Nom de la passerelle nat.

parameters
NatGatewayInner

Paramètres fournis à l’opération de création ou de mise à jour de la passerelle nat.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à