次の方法で共有


DedicatedCircuitLinkOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IDedicatedCircuitLinkOperations

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

serviceKey
String

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

vnetName
String

必須です。

戻り値

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

適用対象