ProfileResourceGetLogAnalyticsRankingsOptions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ProfileResourceGetLogAnalyticsRankingsOptions.
public ProfileResourceGetLogAnalyticsRankingsOptions(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.LogRanking> rankings, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.LogRankingMetric> metrics, int maxRanking, DateTimeOffset dateTimeBegin, DateTimeOffset dateTimeEnd);
new Azure.ResourceManager.Cdn.Models.ProfileResourceGetLogAnalyticsRankingsOptions : seq<Azure.ResourceManager.Cdn.Models.LogRanking> * seq<Azure.ResourceManager.Cdn.Models.LogRankingMetric> * int * DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.Cdn.Models.ProfileResourceGetLogAnalyticsRankingsOptions
Public Sub New (rankings As IEnumerable(Of LogRanking), metrics As IEnumerable(Of LogRankingMetric), maxRanking As Integer, dateTimeBegin As DateTimeOffset, dateTimeEnd As DateTimeOffset)
Parameters
- rankings
- IEnumerable<LogRanking>
The rankings.
- metrics
- IEnumerable<LogRankingMetric>
The metrics.
- maxRanking
- Int32
The max ranking.
- dateTimeBegin
- DateTimeOffset
The date time begin.
- dateTimeEnd
- DateTimeOffset
The date time end.
Exceptions
rankings or metrics is null.