次の方法で共有


AuthorizedDedicatedCircuitOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
IAuthorizedDedicatedCircuitOperations

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

serviceKey
String

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

戻り値

Get Authorized Dedicated Circuit 操作応答。

適用対象