Cdn.LogAnalyticsGetLogAnalyticsRankingsViaIdentityWithResult 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> LogAnalyticsGetLogAnalyticsRankingsViaIdentityWithResult(string viaIdentity, 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.LogAnalyticsGetLogAnalyticsRankingsViaIdentityWithResult : 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 LogAnalyticsGetLogAnalyticsRankingsViaIdentityWithResult (viaIdentity 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
- viaIdentity
- String
- maxRanking
- Int32
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
- eventListener
- IEventListener
- sender
- ISendAsync