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 dateTimeBegin.
- dateTimeEnd
- DateTimeOffset
The dateTimeEnd.
- maxRanking
- Int32
The maxRanking.
- rankings
- IEnumerable<WafRankingType>
The rankings.
Exceptions
metrics
or rankings
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET