ApiManagementServiceResource.GetReportsByUser 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 Usuário.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/reports/byUser
- IdReports_ListByUser de operação
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract> GetReportsByUser (string filter, int? top = default, int? skip = default, string orderBy = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReportsByUser : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
override this.GetReportsByUser : string * Nullable<int> * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.ReportRecordContract>
Public Overridable Function GetReportsByUser (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 Pageable(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>| userId | select, filter | eq | | < /br>| apiRegion | filter | eq | | < /br>| productId | filter | eq | | < /br>| subscriptionId | filter | eq | | < /br>| apiId | filter | eq | | < /br>| operationId | 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>.
- orderBy
- String
Opção ordenar por consulta OData.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Uma coleção 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