NatRulesOperationsExtensions.CreateOrUpdateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une règle nat sur une passerelle VPN évolutive si elle n’existe pas, sinon met à jour les règles nat existantes.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName, string natRuleName, Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule natRuleParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.INatRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INatRulesOperations, resourceGroupName As String, gatewayName As String, natRuleName As String, natRuleParameters As VpnGatewayNatRule, Optional cancellationToken As CancellationToken = Nothing) As Task(Of VpnGatewayNatRule)
Paramètres
- operations
- INatRulesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources de VpnGateway.
- gatewayName
- String
Le nom de la passerelle.
- natRuleName
- String
Nom de la règle nat.
- natRuleParameters
- VpnGatewayNatRule
Paramètres fournis pour créer ou mettre à jour une règle Nat.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET