NatRulesOperationsExtensions.BeginCreateOrUpdate 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 scalable si elle n’existe pas, sinon met à jour les règles nat existantes.
public static Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule BeginCreateOrUpdate (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName, string natRuleName, Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule natRuleParameters);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Network.INatRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule -> Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule
<Extension()>
Public Function BeginCreateOrUpdate (operations As INatRulesOperations, resourceGroupName As String, gatewayName As String, natRuleName As String, natRuleParameters As VpnGatewayNatRule) As VpnGatewayNatRule
Paramètres
- operations
- INatRulesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources du 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.
Retours
S’applique à
Azure SDK for .NET