Método IMetricValueOperations.ListAsync (String, IList<String>, String, TimeSpan, DateTime, DateTime, CancellationToken)
A operação de valor de métrica de lista lista os conjuntos de valor de métrica para métricas de recurso.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Metrics
Assembly: Microsoft.WindowsAzure.Management.Monitoring (em Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintaxe
Task<MetricValueListResponse> ListAsync(
string resourceId,
IList<string> metricNames,
string metricNamespace,
TimeSpan timeGrain,
DateTime startTime,
DateTime endTime,
CancellationToken cancellationToken
)
Task<MetricValueListResponse^>^ ListAsync(
String^ resourceId,
IList<String^>^ metricNames,
String^ metricNamespace,
TimeSpan timeGrain,
DateTime startTime,
DateTime endTime,
CancellationToken cancellationToken
)
abstract ListAsync :
resourceId:string *
metricNames:IList<string> *
metricNamespace:string *
timeGrain:TimeSpan *
startTime:DateTime *
endTime:DateTime *
cancellationToken:CancellationToken -> Task<MetricValueListResponse>
Function ListAsync (
resourceId As String,
metricNames As IList(Of String),
metricNamespace As String,
timeGrain As TimeSpan,
startTime As Date,
endTime As Date,
cancellationToken As CancellationToken
) As Task(Of MetricValueListResponse)
Parâmetros
resourceId
Type: System.StringA id do recurso.
metricNames
Type: System.Collections.Generic.IList<String>Os nomes de métricas.
metricNamespace
Type: System.StringO namespace de métricas.
timeGrain
Type: System.TimeSpanA fibra de tempo das métricas.
startTime
Type: System.DateTimeA hora de início (em UTC) de métricas.
endTime
Type: System.DateTimeA hora de término (em UTC) de métricas.
cancellationToken
Type: System.Threading.CancellationTokenToken de cancelamento.
Valor de retorno
Type: System.Threading.Tasks.Task<MetricValueListResponse>
A métrica da lista de valores de resposta da operação.
Consulte também
Interface IMetricValueOperations
Namespace Microsoft.WindowsAzure.Management.Monitoring.Metrics
Retornar ao topo