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