DedicatedCircuitStatsOperationsExtensions.Get メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
専用回線統計の取得操作では、指定されたピアリングの種類のプライマリ/セカンダリ デバイス上の専用回線のバイト数/バイト数を取得します。
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 操作の取得応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET