ApiManagementServiceResource.GetReportsByTimeAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Lista registros de relatório por Hora.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byTime
- IdReports_ListByTime de operação
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract> GetReportsByTimeAsync (string filter, TimeSpan interval, int? top = default, int? skip = default, string orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReportsByTimeAsync : string * TimeSpan * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
override this.GetReportsByTimeAsync : string * TimeSpan * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
Public Overridable Function GetReportsByTimeAsync (filter As String, interval As TimeSpan, 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, selecione | ge, le | | < /br>| interval | select | | | | < /br>| apiRegion | filter | eq | | < /br>| userId | filter | eq | | < /br>| productId | filter | eq | | < /br>| subscriptionId | filter | eq | | < /br>| apiId | filter | eq | | < /br>| operationId | filter | eq | | < /br>| callCountSuccess | select | | | | < /br>| callCountBlocked | select | | | | < /br>| callCountFailed | select | | | | < /br>| callCountOther | select | | | | < /br>| largura de banda | select, orderBy | | | | < /br>| cacheHitsCount | select | | | | < /br>| cacheMissCount | select | | | | < /br>| apiTimeAvg | select | | | | < /br>| apiTimeMin | select | | | | < /br>| apiTimeMax | select | | | | < /br>| serviceTimeAvg | select | | | | < /br>| serviceTimeMin | select | | | | < /br>| serviceTimeMax | select | | | | < /br>.
- interval
- TimeSpan
Por intervalo de tempo. O intervalo deve ser múltiplo de 15 minutos e pode não ser zero. O valor deve estar no formato ISO 8601 (http://en.wikipedia.org/wiki/ISO_8601#Durations). Esse código pode ser usado para converter TimeSpan em uma cadeia de caracteres de intervalo válida: XmlConvert.ToString(new TimeSpan(hours, minutes, seconds)).
- 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
Azure SDK for .NET