Partager via


NatRulesOperationsExtensions.BeginCreateOrUpdate Méthode

Définition

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 à