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 maxRanking.
- dateTimeBegin
- DateTimeOffset
The dateTimeBegin.
- dateTimeEnd
- DateTimeOffset
The dateTimeEnd.
Exceptions
rankings
or metrics
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