次の方法で共有


DedicatedCircuitStatsOperationsExtensions.GetAsync メソッド

定義

専用回線統計の取得操作は、指定されたピアリングの種類のプライマリ/セカンダリ デバイス上の専用回線のバイト数/バイトアウトを取得します。

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

パラメーター

operations
IDedicatedCircuitStatsOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

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

戻り値

DedicatedCircuitStats 操作の取得応答。

適用対象