Reports interface
Interfaccia che rappresenta un report.
Metodi
list |
Elenca i record di report in base all'API. |
list |
Elenca i record di report in base all'area geografica. |
list |
Elenca i record di report per operazioni API. |
list |
Elenca i record di report per Product. |
list |
Elenca i record di report in base alla richiesta. |
list |
Elenca i record di report per sottoscrizione. |
list |
Elenca i record di report in base al tempo. |
list |
Elenca i record di report in base all'utente. |
Dettagli metodo
listByApi(string, string, string, ReportsListByApiOptionalParams)
Elenca i record di report in base all'API.
function listByApi(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByApiOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
Filtro da applicare all'operazione.
- options
- ReportsListByApiOptionalParams
Parametri delle opzioni.
Restituisce
listByGeo(string, string, string, ReportsListByGeoOptionalParams)
Elenca i record di report in base all'area geografica.
function listByGeo(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByGeoOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| paese | selezionare | | |
| area | select | | |
| zip | select |
| | | apiRegion | filtro | eq | |
| userId | filtro | eq | | |
productId | filtro | eq | |
| subscriptionId | filtro | eq | | |
apiId | filtro | eq | |
| operationId | filtro | eq | | |
callCountSuccess | select | | |
| callCountBlocked | selezionare | |
| | callCountFailed | select | | |
| callCountOther | select | | | |
larghezza di banda | select, orderBy | | |
| cacheHitsCount | selezionare | |
| | cacheMissCount | select | | |
| apiTimeAvg | selezionare | | | |
apiTimeMin | select | | |
| apiTimeMax | selezionare |
| | | serviceTimeAvg | select | | |
| serviceTimeMin | select | | |
| serviceTimeMax | select | | |
- options
- ReportsListByGeoOptionalParams
Parametri delle opzioni.
Restituisce
listByOperation(string, string, string, ReportsListByOperationOptionalParams)
Elenca i record di report per operazioni API.
function listByOperation(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByOperationOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| displayName | select, orderBy | | | |
apiRegion | filtro | eq | |
| userId | filtro | eq | | |
productId | filtro | eq | |
| subscriptionId | filtro | eq | | |
apiId | filtro | eq | |
| operationId | select, filter | eq | |
callCountSuccess | select, orderBy | | |
| callCountBlocked | select, orderBy | | |
callCountFailed | select, orderBy | | |
| callCountOther | select, orderBy | |
| | callCountTotal | select, orderBy | | |
| larghezza di banda | select, orderBy | | |
cacheHitsCount | select | | |
| cacheMissCount | selezionare | | | |
apiTimeAvg | select, orderBy | | |
| apiTimeMin | select | | |
| apiTimeMax | select | | |
| serviceTimeAvg | select | | | |
serviceTimeMin | select | | |
| serviceTimeMax | selezionare | | |
Parametri delle opzioni.
Restituisce
listByProduct(string, string, string, ReportsListByProductOptionalParams)
Elenca i record di report per Product.
function listByProduct(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByProductOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| displayName | select, orderBy | | | |
apiRegion | filtro | eq | |
| userId | filtro | eq | | |
productId | selezionare, filtrare | eq | |
| subscriptionId | filtro | eq | | |
callCountSuccess | select, orderBy | | |
| callCountBlocked | select, orderBy | | |
callCountFailed | select, orderBy | | |
| callCountOther | select, orderBy | |
| | callCountTotal | select, orderBy | | |
| larghezza di banda | select, orderBy | | |
cacheHitsCount | select | | |
| cacheMissCount | selezionare | | | |
apiTimeAvg | select, orderBy | | |
| apiTimeMin | select | | |
| apiTimeMax | select | | |
| serviceTimeAvg | select | | | |
serviceTimeMin | select | | |
| serviceTimeMax | selezionare | | |
Parametri delle opzioni.
Restituisce
listByRequest(string, string, string, ReportsListByRequestOptionalParams)
Elenca i record di report in base alla richiesta.
function listByRequest(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByRequestOptionalParams): PagedAsyncIterableIterator<RequestReportRecordContract, RequestReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| apiId | filtro | eq | | |
operationId | filtro | eq | |
| productId | filtro | eq | | |
userId | filtro | eq | |
| apiRegion | filtro | eq | | |
subscriptionId | filtro | eq | |
Parametri delle opzioni.
Restituisce
listBySubscription(string, string, string, ReportsListBySubscriptionOptionalParams)
Elenca i record di report per sottoscrizione.
function listBySubscription(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| displayName | select, orderBy | | | |
apiRegion | filtro | eq | |
| userId | select, filter | eq | |
productId | selezionare, filtrare | eq | |
| subscriptionId | select, filter | eq | | |
callCountSuccess | select, orderBy | | |
| callCountBlocked | select, orderBy | | |
callCountFailed | select, orderBy | | |
| callCountOther | select, orderBy | |
| | callCountTotal | select, orderBy | | |
| larghezza di banda | select, orderBy | | |
cacheHitsCount | select | | |
| cacheMissCount | selezionare | | | |
apiTimeAvg | select, orderBy | | |
| apiTimeMin | select | | |
| apiTimeMax | select | | |
| serviceTimeAvg | select | | | |
serviceTimeMin | select | | |
| serviceTimeMax | selezionare | | |
Parametri delle opzioni.
Restituisce
listByTime(string, string, string, string, ReportsListByTimeOptionalParams)
Elenca i record di report in base al tempo.
function listByTime(resourceGroupName: string, serviceName: string, filter: string, interval: string, options?: ReportsListByTimeOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro, selezionare | ge, le | |
| intervallo | selezionare | | |
apiRegion | filtro | eq | |
| userId | filtro | eq | | |
productId | filtro | eq | |
| subscriptionId | filtro | eq | | |
apiId | filtro | eq | |
| operationId | filtro | eq | | |
callCountSuccess | select | | |
| callCountBlocked | selezionare | |
| | callCountFailed | select | | |
| callCountOther | select | | | |
larghezza di banda | select, orderBy | | |
| cacheHitsCount | selezionare | |
| | cacheMissCount | select | | |
| apiTimeAvg | selezionare | | | |
apiTimeMin | select | | |
| apiTimeMax | selezionare |
| | | serviceTimeAvg | select | | |
| serviceTimeMin | select | | |
| serviceTimeMax | select | | |
- interval
-
string
Intervallo di tempo. L'intervallo deve essere multiplo di 15 minuti e potrebbe non essere zero. Il valore deve essere in formato ISO 8601 (http://en.wikipedia.org/wiki/ISO_8601#Durations). Questo codice può essere usato per convertire TimeSpan in una stringa di intervallo valida: XmlConvert.ToString(new TimeSpan(ore, minuti, secondi)).
- options
- ReportsListByTimeOptionalParams
Parametri delle opzioni.
Restituisce
listByUser(string, string, string, ReportsListByUserOptionalParams)
Elenca i record di report in base all'utente.
function listByUser(resourceGroupName: string, serviceName: string, filter: string, options?: ReportsListByUserOptionalParams): PagedAsyncIterableIterator<ReportRecordContract, ReportRecordContract[], PageSettings>
Parametri
- resourceGroupName
-
string
Nome del gruppo di risorse. Per il nome non viene fatta distinzione tra maiuscole e minuscole.
- serviceName
-
string
Nome del servizio Gestione API.
- filter
-
string
| Campo | Utilizzo | Operatori supportati | Funzioni supportate |
|-------------|-------------|-------------|-------------|
| timestamp | filtro | ge, le | |
| displayName | select, orderBy | | | |
userId | selezionare, filtrare | eq | |
| apiRegion | filtro | eq | | |
productId | filtro | eq | |
| subscriptionId | filtro | eq | | |
apiId | filtro | eq | |
| operationId | filtro | eq | | |
callCountSuccess | select, orderBy | | |
| callCountBlocked | select, orderBy | | |
callCountFailed | select, orderBy | | |
| callCountOther | select, orderBy | |
| | callCountTotal | select, orderBy | | |
| larghezza di banda | select, orderBy | | |
cacheHitsCount | select | | |
| cacheMissCount | selezionare | | | |
apiTimeAvg | select, orderBy | | |
| apiTimeMin | select | | |
| apiTimeMax | select | | |
| serviceTimeAvg | select | | | |
serviceTimeMin | select | | |
| serviceTimeMax | selezionare | | |
- options
- ReportsListByUserOptionalParams
Parametri delle opzioni.