Cdn.LogAnalyticsGetLogAnalyticsRankingsWithResult 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.Cdn.Models.IRankingsResponse> LogAnalyticsGetLogAnalyticsRankingsWithResult(string subscriptionId, string resourceGroupName, string profileName, System.Collections.Generic.List<string> rankings, System.Collections.Generic.List<string> metrics, int maxRanking, DateTime dateTimeBegin, DateTime dateTimeEnd, System.Collections.Generic.List<string> customDomains, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.ISendAsync sender);
member this.LogAnalyticsGetLogAnalyticsRankingsWithResult : string * string * string * System.Collections.Generic.List<string> * System.Collections.Generic.List<string> * int * DateTime * DateTime * 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.IRankingsResponse>
Public Function LogAnalyticsGetLogAnalyticsRankingsWithResult (subscriptionId As String, resourceGroupName As String, profileName As String, rankings As List(Of String), metrics As List(Of String), maxRanking As Integer, dateTimeBegin As DateTime, dateTimeEnd As DateTime, customDomains As List(Of String), eventListener As IEventListener, sender As ISendAsync) As Task(Of IRankingsResponse)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- profileName
- String
- maxRanking
- Int32
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
- eventListener
- IEventListener
- sender
- ISendAsync