次の方法で共有


DedicatedCircuitOperationsExtensions.GetAsync メソッド

定義

専用回線の取得操作は、指定された専用回線を取得します。

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

パラメーター

operations
IDedicatedCircuitOperations

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

serviceKey
String

必須。 回線を表すサービス キー。

戻り値

専用回線の取得操作応答。

適用対象