Partilhar via


ApiManagementServiceResource.GetReportsBySubscriptionAsync Método

Definição

Lista registros de relatório por assinatura.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/bySubscription
  • Operação IdReports_ListBySubscription
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract> GetReportsBySubscriptionAsync (string filter, int? top = default, int? skip = default, string orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReportsBySubscriptionAsync : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
override this.GetReportsBySubscriptionAsync : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
Public Overridable Function GetReportsBySubscriptionAsync (filter As String, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional orderBy As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ReportRecordContract)

Parâmetros

filter
String

| Campo | Uso | Operadores com suporte | Funções com suporte |< /br>|-------------|-------------|-------------|-------------|< /br>| carimbo de data/hora | filtro | ge, le | | < /br>| displayName | select, orderBy | | | < /br>| apiRegion | filter | eq | | < /br>| userId | select, filter | eq | | < /br>| productId | select, filter | eq | | < /br>| subscriptionId | select, filter | eq | | < /br>| callCountSuccess | select, orderBy | | | < /br>| callCountBlocked | select, orderBy | | | < /br>| callCountFailed | select, orderBy | | | < /br>| callCountOther | select, orderBy | | | < /br>| callCountTotal | select, orderBy | | | < /br>| largura de banda | select, orderBy | | | < /br>| cacheHitsCount | select | | | < /br>| cacheMissCount | select | | | < /br>| apiTimeAvg | select, orderBy | | | < /br>| apiTimeMin | select | | | | < /br>| apiTimeMax | select | | | < /br>| serviceTimeAvg | select | | | < /br>| serviceTimeMin | select | | | | < /br>| serviceTimeMax | select | | | | < /br>.

top
Nullable<Int32>

Número de registros a serem retornados.

skip
Nullable<Int32>

Número de registros a serem ignorados.

orderBy
String

Opção ordenar por consulta OData.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Uma coleção assíncrona de ReportRecordContract que pode levar várias solicitações de serviço para iterar.

Exceções

filter é nulo.

Aplica-se a