Compartilhar via


NatRulesOperationsExtensions.BeginCreateOrUpdate Método

Definição

Cria uma regra nat para um gateway de VPN escalonável se ele não existir, atualiza as regras nat existentes.

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

Parâmetros

operations
INatRulesOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos do VpnGateway.

gatewayName
String

O nome do gateway.

natRuleName
String

O nome da regra nat.

natRuleParameters
VpnGatewayNatRule

Parâmetros fornecidos para criar ou atualizar uma regra Nat.

Retornos

Aplica-se a