DedicatedCircuitStatsOperationsExtensions.Get Method

Definition

The Get Dedicated Circuit Stats operation retrieves the bytesin/bytesout of the dedicated circuit on primary/secondary devices for specified peering type.

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

Parameters

operations
IDedicatedCircuitStatsOperations

Reference to the Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations.

serviceKey
String

Required. The service key representing the circuit.

accessType
BgpPeeringAccessType

Required. Whether the peering is private or public or microsoft.

Returns

The Get DedicatedCircuitStats operation response.

Applies to