Compartilhar via


NatRulesOperationsExtensions.Get Método

Definição

Recupera os detalhes de uma regra natGet.

public static Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule Get (this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName, string natRuleName);
static member Get : Microsoft.Azure.Management.Network.INatRulesOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule
<Extension()>
Public Function Get (operations As INatRulesOperations, resourceGroupName As String, gatewayName As String, natRuleName As String) 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.

Retornos

Aplica-se a