次の方法で共有


DedicatedCircuitPeeringRouteTableSummaryOperationsExtensions.BeginGetAsync メソッド

定義

DedicatedCircuitPeeringRouteTableSummary の取得操作は、RouteTableSummary を再トリガーします。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse> BeginGetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath);
static member BeginGetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringRouteTableSummaryOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationResponse>
<Extension()>
Public Function BeginGetAsync (operations As IDedicatedCircuitPeeringRouteTableSummaryOperations, serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath) As Task(Of ExpressRouteOperationResponse)

パラメーター

operations
IDedicatedCircuitPeeringRouteTableSummaryOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

必須です。 ピアリングがプライベートかパブリックか、Microsoft か。

devicePath
DevicePath

必須。 デバイスがプライマリかセカンダリか。

戻り値

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

適用対象