IMetricsOperations.ListWithHttpMessagesAsync(String, ODataQuery<MetadataValue>, String, Nullable<TimeSpan>, String, String, Nullable<Int32>, String, Nullable<ResultType>, String, Dictionary<String,List<String>>, CancellationToken) Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Response>> ListWithHttpMessagesAsync (string resourceUri, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetadataValue> odataQuery = default, string timespan = default, TimeSpan? interval = default, string metricnames = default, string aggregation = default, int? top = default, string orderby = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ResultType? resultType = default, string metricnamespace = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWithHttpMessagesAsync : string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.MetadataValue> * string * Nullable<TimeSpan> * string * string * Nullable<int> * string * Nullable<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.ResultType> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Response>>
Public Function ListWithHttpMessagesAsync (resourceUri As String, Optional odataQuery As ODataQuery(Of MetadataValue) = Nothing, Optional timespan As String = Nothing, Optional interval As Nullable(Of TimeSpan) = Nothing, Optional metricnames As String = Nothing, Optional aggregation As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional resultType As Nullable(Of ResultType) = Nothing, Optional metricnamespace As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Response))

Parameters

resourceUri
String
timespan
String
interval
Nullable<TimeSpan>
metricnames
String
aggregation
String
orderby
String
resultType
Nullable<ResultType>
metricnamespace
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Task<AzureOperationResponse<Response>>

Applies to