DedicatedCircuitPeeringStatsOperationsExtensions.GetAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 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)
Paramètres
- operations
- IDedicatedCircuitPeeringStatsOperations
Référence à Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations.
- serviceKey
- String
Obligatoire. Clé de service représentant le circuit.
- accessType
- BgpPeeringAccessType
Obligatoire. Si le peering est privé ou public ou microsoft.
Retours
Réponse de l’opération Get DedicatedCircuitPeeringStats.
S’applique à
Azure SDK for .NET