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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET