次の方法で共有


IDedicatedCircuitPeeringRouteTableInfoOperations.GetAsync メソッド

定義

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse> GetAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath devicePath, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * Microsoft.WindowsAzure.Management.ExpressRoute.Models.DevicePath * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.ExpressRouteOperationStatusResponse>
Public Function GetAsync (serviceKey As String, accessType As BgpPeeringAccessType, devicePath As DevicePath, cancellationToken As CancellationToken) As Task(Of ExpressRouteOperationStatusResponse)

パラメーター

serviceKey
String

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

accessType
BgpPeeringAccessType

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

devicePath
DevicePath

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

応答本文には、指定された非同期操作の状態が含まれています。指定した非同期操作が成功したか、失敗したかを示します。 この状態は、操作状態の取得操作自体に対して返される HTTP 状態コードとは異なります。 非同期操作が正常に終了した場合、応答本文には正常終了した要求の HTTP ステータス コードが含まれます。 非同期操作が失敗した場合、応答本文には、失敗した要求の HTTP ステータス コードに加え、失敗に関するエラー情報が含まれます。

適用対象