次の方法で共有


DedicatedCircuitLinkOperationsExtensions.ListAsync メソッド

定義

[専用回線リンクの一覧表示] 操作では、指定したサービス キーを使用して回線にリンクされている Vnet の一覧を取得します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse> ListAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations operations, string serviceKey);
static member ListAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitLinkOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitLinkListResponse>
<Extension()>
Public Function ListAsync (operations As IDedicatedCircuitLinkOperations, serviceKey As String) As Task(Of DedicatedCircuitLinkListResponse)

パラメーター

operations
IDedicatedCircuitLinkOperations

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

serviceKey
String

省略可能。

戻り値

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

適用対象