DedicatedCircuitPeeringStatsOperationsExtensions.Get 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 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
Azure SDK for .NET