ProfileResourceGetWafLogAnalyticsRankingsOptions 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 ProfileResourceGetWafLogAnalyticsRankingsOptions.
public ProfileResourceGetWafLogAnalyticsRankingsOptions(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.WafMetric> metrics, DateTimeOffset dateTimeBegin, DateTimeOffset dateTimeEnd, int maxRanking, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.WafRankingType> rankings);
new Azure.ResourceManager.Cdn.Models.ProfileResourceGetWafLogAnalyticsRankingsOptions : seq<Azure.ResourceManager.Cdn.Models.WafMetric> * DateTimeOffset * DateTimeOffset * int * seq<Azure.ResourceManager.Cdn.Models.WafRankingType> -> Azure.ResourceManager.Cdn.Models.ProfileResourceGetWafLogAnalyticsRankingsOptions
Public Sub New (metrics As IEnumerable(Of WafMetric), dateTimeBegin As DateTimeOffset, dateTimeEnd As DateTimeOffset, maxRanking As Integer, rankings As IEnumerable(Of WafRankingType))
Parameters
- metrics
- IEnumerable<WafMetric>
The metrics.
- dateTimeBegin
- DateTimeOffset
The date time begin.
- dateTimeEnd
- DateTimeOffset
The date time end.
- maxRanking
- Int32
The max ranking.
- rankings
- IEnumerable<WafRankingType>
The rankings.
Exceptions
metrics or rankings is null.