Metodo IMetricValueOperations.ListAsync (String, IList<String>, String, TimeSpan, DateTime, DateTime, CancellationToken)
L'operazione elenco metrica valore vengono elencati i set di valore metrico per le metriche delle risorse.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Monitoring.Metrics
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Sintassi
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)
Parametri
resourceId
Type: System.StringId della risorsa.
metricNames
Type: System.Collections.Generic.IList<String>I nomi delle metriche.
metricNamespace
Type: System.StringLo spazio dei nomi delle metriche.
timeGrain
Type: System.TimeSpanUnità di tempo delle metriche.
startTime
Type: System.DateTimeOra di inizio (in formato UTC) delle metriche.
endTime
Type: System.DateTimeOra di fine (in formato UTC) delle metriche.
cancellationToken
Type: System.Threading.CancellationTokenToken di annullamento.
Valore restituito
Type: System.Threading.Tasks.Task<MetricValueListResponse>
La metrica di elenco di valori di risposta dell'operazione.
Vedere anche
Interfaccia IMetricValueOperations
Spazio dei nomi Microsoft.WindowsAzure.Management.Monitoring.Metrics
Torna all'inizio