次の方法で共有


InboundNatRulesOperationsExtensions.List メソッド

定義

ロード バランサー内のすべての受信 NAT 規則を取得します。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule> List (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName);
static member List : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule>
<Extension()>
Public Function List (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String) As IPage(Of InboundNatRule)

パラメーター

operations
IInboundNatRulesOperations

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

resourceGroupName
String

リソース グループの名前。

loadBalancerName
String

ロード バランサ―の名前。

戻り値

適用対象