次の方法で共有


NatRulesOperationsExtensions.ListByVpnGatewayNext メソッド

定義

特定の仮想 WAN VPN ゲートウェイのすべての nat 規則を取得します。

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

パラメーター

operations
INatRulesOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作の前の正常な呼び出しからの NextLink。

戻り値

適用対象