Reports interface
Interface que representa um Reports.
Métodos
list |
Lista registros de relatório por API. |
list |
Lista registros de relatório por geografia. |
list |
Lista registros de relatório por Operações de API. |
list |
Lista registros de relatório por Produto. |
list |
Lista registros de relatório por Solicitação. |
list |
Lista registros de relatório por assinatura. |
list |
Lista registros de relatório por Hora. |
list |
Lista registros de relatório por Usuário. |
Detalhes do método
listByApi(string, string, string, ReportsListByApiOptionalParams)
Lista registros de relatório por API.
function listByApi(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByApiOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
O filtro a ser aplicado na operação.
- options
- ReportsListByApiOptionalParams
Os parâmetros de opções.
Retornos
listByGeo(string, string, string, ReportsListByGeoOptionalParams)
Lista registros de relatório por geografia.
function listByGeo(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByGeoOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| país | select | | |
| | region | select | | | |
| zip | select | | |
| | apiRegion | filter | eq | |
| userId | filter | eq | |
| | productId | filter | eq | |
| subscriptionId | filter | eq | |
| | apiId | filter | eq | |
| operationId | filter | eq | |
| | callCountSuccess | select | | | |
| callCountBlocked | select | | |
| | callCountFailed | select | | | |
| callCountOther | select | | |
| | largura de banda | select, orderBy | | | |
| cacheHitsCount | select | | |
| | cacheMissCount | select | | | |
| apiTimeAvg | select | | |
| | apiTimeMin | select | | | |
| apiTimeMax | select | | |
| | serviceTimeAvg | select | | | |
| serviceTimeMin | select | | |
| | serviceTimeMax | select | | | |
- options
- ReportsListByGeoOptionalParams
Os parâmetros de opções.
Retornos
listByOperation(string, string, string, ReportsListByOperationOptionalParams)
Lista registros de relatório por Operações de API.
function listByOperation(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByOperationOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| displayName | select, orderBy | | |
| | apiRegion | filter | eq | |
| userId | filter | eq | |
| | productId | filter | eq | |
| subscriptionId | filter | eq | |
| | apiId | filter | eq | |
| operationId | select, filter | eq | |
| | callCountSuccess | select, orderBy | | | |
| callCountBlocked | select, orderBy | | |
| | callCountFailed | select, orderBy | | | |
| callCountOther | select, orderBy | | |
| | callCountTotal | select, orderBy | | | |
| largura de banda | select, orderBy | | |
| | cacheHitsCount | select | | | |
| cacheMissCount | select | | |
| | apiTimeAvg | select, orderBy | | | |
| apiTimeMin | select | | |
| | apiTimeMax | select | | | |
| serviceTimeAvg | select | | |
| | serviceTimeMin | select | | | |
| serviceTimeMax | select | | | |
Os parâmetros de opções.
Retornos
listByProduct(string, string, string, ReportsListByProductOptionalParams)
Lista registros de relatório por Produto.
function listByProduct(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByProductOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| displayName | select, orderBy | | |
| | apiRegion | filter | eq | |
| userId | filter | eq | |
| | productId | select, filter | eq | |
| subscriptionId | filter | eq | |
| | callCountSuccess | select, orderBy | | | |
| callCountBlocked | select, orderBy | | |
| | callCountFailed | select, orderBy | | | |
| callCountOther | select, orderBy | | |
| | callCountTotal | select, orderBy | | | |
| largura de banda | select, orderBy | | |
| | cacheHitsCount | select | | | |
| cacheMissCount | select | | |
| | apiTimeAvg | select, orderBy | | | |
| apiTimeMin | select | | |
| | apiTimeMax | select | | | |
| serviceTimeAvg | select | | |
| | serviceTimeMin | select | | | |
| serviceTimeMax | select | | | |
Os parâmetros de opções.
Retornos
listByRequest(string, string, string, ReportsListByRequestOptionalParams)
Lista registros de relatório por Solicitação.
function listByRequest(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByRequestOptionalParams): PagedAsyncIterableIterator<RequestReportRecordContract, RequestReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| apiId | filter | eq | |
| operationId | filter | eq | |
| productId | filter | eq | |
| | userId | filter | eq | |
| apiRegion | filter | eq | |
| subscriptionId | filter | eq | |
Os parâmetros de opções.
Retornos
listBySubscription(string, string, string, ReportsListBySubscriptionOptionalParams)
Lista registros de relatório por assinatura.
function listBySubscription(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| displayName | select, orderBy | | |
| | apiRegion | filter | eq | |
| userId | select, filter | eq | |
| | productId | select, filter | eq | |
| subscriptionId | select, filter | eq | |
| callCountSuccess | select, orderBy | | | |
| callCountBlocked | select, orderBy | | |
| | callCountFailed | select, orderBy | | | |
| callCountOther | select, orderBy | | |
| | callCountTotal | select, orderBy | | | |
| largura de banda | select, orderBy | | |
| | cacheHitsCount | select | | | |
| cacheMissCount | select | | |
| | apiTimeAvg | select, orderBy | | | |
| apiTimeMin | select | | |
| | apiTimeMax | select | | | |
| serviceTimeAvg | select | | |
| | serviceTimeMin | select | | | |
| serviceTimeMax | select | | | |
Os parâmetros de opções.
Retornos
listByTime(string, string, string, string, ReportsListByTimeOptionalParams)
Lista registros de relatório por Hora.
function listByTime(resourceGroupName: string, serviceName: string, filter: string, interval: string, options?: ReportsListByTimeOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter, select | ge, le | |
| interval | select | | |
| | apiRegion | filter | eq | |
| userId | filter | eq | |
| | productId | filter | eq | |
| subscriptionId | filter | eq | |
| | apiId | filter | eq | |
| operationId | filter | eq | |
| | callCountSuccess | select | | | |
| callCountBlocked | select | | |
| | callCountFailed | select | | | |
| callCountOther | select | | |
| | largura de banda | select, orderBy | | | |
| cacheHitsCount | select | | |
| | cacheMissCount | select | | | |
| apiTimeAvg | select | | |
| | apiTimeMin | select | | | |
| apiTimeMax | select | | |
| | serviceTimeAvg | select | | | |
| serviceTimeMin | select | | |
| | serviceTimeMax | select | | | |
- interval
-
string
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)).
- options
- ReportsListByTimeOptionalParams
Os parâmetros de opções.
Retornos
listByUser(string, string, string, ReportsListByUserOptionalParams)
Lista registros de relatório por Usuário.
function listByUser(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByUserOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- serviceName
-
string
O nome do serviço Gerenciamento de API.
- filter
-
string
| Campo | Uso | Operadores com suporte | Funções com suporte |
|-------------|-------------|-------------|-------------|
| carimbo de data/hora | filter | ge, le | |
| displayName | select, orderBy | | |
| | userId | select, filter | eq | |
| apiRegion | filter | eq | |
| productId | filter | eq | |
| subscriptionId | filter | eq | |
| | apiId | filter | eq | |
| operationId | filter | eq | |
| | callCountSuccess | select, orderBy | | | |
| callCountBlocked | select, orderBy | | |
| | callCountFailed | select, orderBy | | | |
| callCountOther | select, orderBy | | |
| | callCountTotal | select, orderBy | | | |
| largura de banda | select, orderBy | | |
| | cacheHitsCount | select | | | |
| cacheMissCount | select | | |
| | apiTimeAvg | select, orderBy | | | |
| apiTimeMin | select | | |
| | apiTimeMax | select | | | |
| serviceTimeAvg | select | | |
| | serviceTimeMin | select | | | |
| serviceTimeMax | select | | | |
- options
- ReportsListByUserOptionalParams
Os parâmetros de opções.