次の方法で共有


DedicatedCircuitOperationsExtensions.ListAsync メソッド

定義

[専用回線の一覧表示] 操作は、顧客が所有する専用回線の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitOperations) As Task(Of DedicatedCircuitListResponse)

パラメーター

operations
IDedicatedCircuitOperations

Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitOperations への参照。

戻り値

専用回線操作応答を一覧表示します。

適用対象