次の方法で共有


ExpressRoutePortsOperationsExtensions.ListAsync メソッド

定義

指定したサブスクリプション内のすべての ExpressRoutePort リソースを一覧表示します。

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

パラメーター

operations
IExpressRoutePortsOperations

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象