Compartilhar via


DedicatedCircuitPeeringStatsOperationsExtensions.GetAsync Método

Definição

A operação Obter Estatísticas de Circuito Dedicado recupera o bytesin/bytesout do circuito dedicado em dispositivos primários/secundários para o tipo de emparelhamento especificado.

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)

Parâmetros

operations
IDedicatedCircuitPeeringStatsOperations

Referência a Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitPeeringStatsOperations.

serviceKey
String

Obrigatórios. A chave de serviço que representa o circuito.

accessType
BgpPeeringAccessType

Obrigatórios. Se o emparelhamento é privado, público ou microsoft.

Retornos

A resposta da operação Get DedicatedCircuitPeeringStats.

Aplica-se a