次の方法で共有


DedicatedCircuitLinkOperationsExtensions.GetAsync メソッド

定義

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

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

パラメーター

operations
IDedicatedCircuitLinkOperations

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

serviceKey
String

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

vnetName
String

必須。

戻り値

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

適用対象