Condividi tramite


Cdn.LogAnalyticsGetWafLogAnalyticsRankingsWithResult Method

Definition

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

Parameters

subscriptionId
String
resourceGroupName
String
profileName
String
metrics
List<String>
dateTimeBegin
DateTime
dateTimeEnd
DateTime
maxRanking
Int32
rankings
List<String>
actions
List<String>
ruleTypes
List<String>
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to