Compartir a través de


NatRulesOperationsExtensions.Get Método

Definición

Recupera los detalles de una regla 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

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos de VpnGateway.

gatewayName
String

El nombre de la puerta de enlace.

natRuleName
String

Nombre de la regla nat.

Devoluciones

Se aplica a