LogAnalyticsOperationsExtensions.GetLogAnalyticsRankings メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AFD プロファイルのログ分析ランキング レポートを取得する
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
パラメーター
- operations
- ILogAnalyticsOperations
この拡張メソッドの操作グループ。
- resourceGroupName
- String
Azure サブスクリプション内のリソース グループの名前。
- profileName
- String
リソース グループ内で一意の CDN プロファイルの名前。
- maxRanking
- Int32
- dateTimeBegin
- DateTime
- dateTimeEnd
- DateTime
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET