Freigeben über


NatRulesOperationsExtensions.ListByVpnGateway Methode

Definition

Ruft alle NAT-Regeln für ein bestimmtes virtuelles WAN-VPN-Gateway ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule> ListByVpnGateway(this Microsoft.Azure.Management.Network.INatRulesOperations operations, string resourceGroupName, string gatewayName);
static member ListByVpnGateway : Microsoft.Azure.Management.Network.INatRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.VpnGatewayNatRule>
<Extension()>
Public Function ListByVpnGateway (operations As INatRulesOperations, resourceGroupName As String, gatewayName As String) As IPage(Of VpnGatewayNatRule)

Parameter

operations
INatRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname des VpnGateway.

gatewayName
String

Der Name des Gateways.

Gibt zurück

Gilt für: