次の方法で共有


InboundNatRulesOperationsExtensions.ListAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule>> ListAsync (this Microsoft.Azure.Management.Network.IInboundNatRulesOperations operations, string resourceGroupName, string loadBalancerName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IInboundNatRulesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.InboundNatRule>>
<Extension()>
Public Function ListAsync (operations As IInboundNatRulesOperations, resourceGroupName As String, loadBalancerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of InboundNatRule))

パラメーター

operations
IInboundNatRulesOperations

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

resourceGroupName
String

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

loadBalancerName
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象