Freigeben über


Cdn.LogAnalyticsGetLogAnalyticsMetricsWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMetricsResponse> LogAnalyticsGetLogAnalyticsMetricsWithResult(string subscriptionId, string resourceGroupName, string profileName, System.Collections.Generic.List<string> metrics, DateTime dateTimeBegin, DateTime dateTimeEnd, string granularity, System.Collections.Generic.List<string> groupBy, System.Collections.Generic.List<string> continents, System.Collections.Generic.List<string> countryOrRegions, System.Collections.Generic.List<string> customDomains, System.Collections.Generic.List<string> protocols, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync sender);
member this.LogAnalyticsGetLogAnalyticsMetricsWithResult : string * string * string * System.Collections.Generic.List<string> * DateTime * DateTime * string * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> * Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IMetricsResponse>
Public Function LogAnalyticsGetLogAnalyticsMetricsWithResult (subscriptionId As String, resourceGroupName As String, profileName As String, metrics As List(Of String), dateTimeBegin As DateTime, dateTimeEnd As DateTime, granularity As String, groupBy As List(Of String), continents As List(Of String), countryOrRegions As List(Of String), customDomains As List(Of String), protocols As List(Of String), eventListener As IEventListener, sender As ISendAsync) As Task(Of IMetricsResponse)

Parameters

subscriptionId
String
resourceGroupName
String
profileName
String
metrics
List<String>
dateTimeBegin
DateTime
dateTimeEnd
DateTime
granularity
String
groupBy
List<String>
continents
List<String>
countryOrRegions
List<String>
customDomains
List<String>
protocols
List<String>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to