次の方法で共有


DedicatedCircuitStatsOperationsExtensions.Get メソッド

定義

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

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

パラメーター

operations
IDedicatedCircuitStatsOperations

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

serviceKey
String

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

accessType
BgpPeeringAccessType

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

戻り値

DedicatedCircuitStats 操作の取得応答。

適用対象