Compartilhar via


DedicatedCircuitStatsOperationsExtensions.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.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)

Parâmetros

operations
IDedicatedCircuitStatsOperations

Referência ao Microsoft.WindowsAzure.Management.ExpressRoute.IDedicatedCircuitStatsOperations.

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 DedicatedCircuitStats.

Aplica-se a