Udostępnij przez


Cdn.LogAnalyticsGetLogAnalyticsRankingsWithResult Method

Definition

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
rankings
List<String>
metrics
List<String>
maxRanking
Int32
dateTimeBegin
DateTime
dateTimeEnd
DateTime
customDomains
List<String>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to