LogAnalyticsOperationsExtensions.GetLogAnalyticsRankings 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 des Log Analytics-Bewertungsberichts für AFD-Profil
public static Microsoft.Azure.Management.Cdn.Models.RankingsResponse GetLogAnalyticsRankings (this Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations operations, string resourceGroupName, string profileName, System.Collections.Generic.IList<string> rankings, System.Collections.Generic.IList<string> metrics, int maxRanking, DateTime dateTimeBegin, DateTime dateTimeEnd, System.Collections.Generic.IList<string> customDomains = default);
static member GetLogAnalyticsRankings : Microsoft.Azure.Management.Cdn.ILogAnalyticsOperations * string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * int * DateTime * DateTime * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Cdn.Models.RankingsResponse
<Extension()>
Public Function GetLogAnalyticsRankings (operations As ILogAnalyticsOperations, resourceGroupName As String, profileName As String, rankings As IList(Of String), metrics As IList(Of String), maxRanking As Integer, dateTimeBegin As DateTime, dateTimeEnd As DateTime, Optional customDomains As IList(Of String) = Nothing) As RankingsResponse
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.
- maxRanking
- Int32
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
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