Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RankingsResponseInner
Packages that use RankingsResponseInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of RankingsResponseInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return RankingsResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getLogAnalyticsRankings(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd) Get log analytics ranking report for AFD profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type RankingsResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd) Get log analytics ranking report for AFD profile.com.azure.core.http.rest.Response<RankingsResponseInner> LogAnalyticsClient.getLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List<String> customDomains, com.azure.core.util.Context context) Get log analytics ranking report for AFD profile.Mono<com.azure.core.http.rest.Response<RankingsResponseInner>> LogAnalyticsClient.getLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List<LogRanking> rankings, List<LogRankingMetric> metrics, int maxRanking, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, List<String> customDomains) Get log analytics ranking report for AFD profile. -
Uses of RankingsResponseInner in com.azure.resourcemanager.cdn.fluent.models
Classes in com.azure.resourcemanager.cdn.fluent.models that implement interfaces with type arguments of type RankingsResponseInnerMethods in com.azure.resourcemanager.cdn.fluent.models that return RankingsResponseInnerModifier and TypeMethodDescriptionstatic RankingsResponseInnerRankingsResponseInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RankingsResponseInner from the JsonReader.RankingsResponseInner.withDateTimeBegin(OffsetDateTime dateTimeBegin) Set the dateTimeBegin property: The dateTimeBegin property.RankingsResponseInner.withDateTimeEnd(OffsetDateTime dateTimeEnd) Set the dateTimeEnd property: The dateTimeEnd property.RankingsResponseInner.withTables(List<RankingsResponseTablesItem> tables) Set the tables property: The tables property.