LogAnalyticsOperationsExtensions.GetWafLogAnalyticsRankingsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Abrufen von WAF-Protokollanalysediagrammen für AFD-Profil
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse> GetWafLogAnalyticsRankingsAsync (this Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<string> metrics, DateTime dateTimeBegin, DateTime dateTimeEnd, int maxRanking, System.Collections.Generic.IList<string> rankings, System.Collections.Generic.IList<string> actions = default, System.Collections.Generic.IList<string> ruleTypes = default, System.Threading.CancellationToken cancellationToken = default);
static member GetWafLogAnalyticsRankingsAsync : Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations * string * string * System.Collections.Generic.IList<string> * DateTime * DateTime * int * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Cdn.Models.WafRankingsResponse>
<Extension()>
Public Function GetWafLogAnalyticsRankingsAsync (operations As ILogAnalyticsOperations, resourceGroupName As String, profileName As String, metrics As IList(Of String), dateTimeBegin As DateTime, dateTimeEnd As DateTime, maxRanking As Integer, rankings As IList(Of String), Optional actions As IList(Of String) = Nothing, Optional ruleTypes As IList(Of String) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of WafRankingsResponse)
Parameter
- operations
- ILogAnalyticsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- profileName
- String
Name des CDN-Profils, das innerhalb der Ressourcengruppe eindeutig ist.
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
- maxRanking
- Int32
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET