Share via


VpnGatewayNatRuleBaseCmdlet.ListVpnGatewayNatRules(String, String) Method

Definition

public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule> ListVpnGatewayNatRules (string resourceGroupName, string parentVpnGatewayName);
member this.ListVpnGatewayNatRules : string * string -> System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSVpnGatewayNatRule>
Public Function ListVpnGatewayNatRules (resourceGroupName As String, parentVpnGatewayName As String) As List(Of PSVpnGatewayNatRule)

Parameters

resourceGroupName
String
parentVpnGatewayName
String

Returns

Applies to