Metricdata.MetricsBatchViaJsonStringWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricResultsResponse> MetricsBatchViaJsonStringWithResult(string subscriptionId, string starttime, string endtime, string interval, string metricnamespace, System.Collections.Generic.List<string> metricnames, string aggregation, int? top, string orderby, string filter, string rollupby, string endpoint, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.ISendAsync sender);
member this.MetricsBatchViaJsonStringWithResult : string * string * string * string * string * System.Collections.Generic.List<string> * string * Nullable<int> * string * string * string * string * string * Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Metric.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Metric.Models.IMetricResultsResponse>
Public Function MetricsBatchViaJsonStringWithResult (subscriptionId As String, starttime As String, endtime As String, interval As String, metricnamespace As String, metricnames As List(Of String), aggregation As String, top As Nullable(Of Integer), orderby As String, filter As String, rollupby As String, endpoint As String, jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IMetricResultsResponse)
Parameters
- subscriptionId
- String
- starttime
- String
- endtime
- String
- interval
- String
- metricnamespace
- String
- aggregation
- String
- orderby
- String
- filter
- String
- rollupby
- String
- endpoint
- String
- jsonString
- String
- eventListener
- IEventListener
- sender
- ISendAsync