次の方法で共有


DedicatedCircuitLinkOperationsExtensions.BeginNew メソッド

定義

新しい専用回線リンク操作では、新しい専用回線リンクが作成されます。

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

パラメーター

operations
IDedicatedCircuitLinkOperations

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

serviceKey
String

必須。

vnetName
String

必須。

戻り値

HTTP 状態コードと要求 ID を含む標準のサービス応答。

適用対象