DedicatedCircuitStatsOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.DedicatedCircuitStatsGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations operations, string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType);
static member GetAsync : Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations * string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse>
<Extension()>
Public Function GetAsync (operations As IDedicatedCircuitStatsOperations, serviceKey As String, accessType As BgpPeeringAccessType) As Task(Of 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
Azure SDK for .NET