DedicatedCircuitPeeringStatsOperationsExtensions.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.DedicatedCircuitPeeringStatsGetResponse Get (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType);
static member Get : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType -> Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitPeeringStatsGetResponse
<Extension()>
Public Function Get (operations As IDedicatedCircuitPeeringStatsOperations, serviceKey As String, accessType As BgpPeeringAccessType) As DedicatedCircuitPeeringStatsGetResponse

Parameters

operations
IDedicatedCircuitPeeringStatsOperations

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

serviceKey
String

Required. The service key representing the circuit.

accessType
BgpPeeringAccessType

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

Returns

The Get DedicatedCircuitPeeringStats operation response.

Applies to