Partager via


IDedicatedCircuitStatsOperations.GetAsync Méthode

Définition

L’opération Get Dedicated Circuit Stats récupère les octets/octets du circuit dédié sur les appareils principaux/secondaires pour le type de peering spécifié.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse> GetAsync (string serviceKey, Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType accessType, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Microsoft.WindowsAzure.Management.ExpressRoute.Models.BgpPeeringAccessType * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ExpressRoute.Models.DedicatedCircuitStatsGetResponse>
Public Function GetAsync (serviceKey As String, accessType As BgpPeeringAccessType, cancellationToken As CancellationToken) As Task(Of DedicatedCircuitStatsGetResponse)

Paramètres

serviceKey
String

Clé de service représentant le circuit.

accessType
BgpPeeringAccessType

Si le peering est privé ou public ou microsoft.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Get DedicatedCircuitStats.

S’applique à