Uses of Class
com.azure.resourcemanager.cdn.fluent.models.RankingsResponseInner
-
Packages that use RankingsResponseInner Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.fluent.models 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 RankingsResponseInner Modifier and Type Method Description RankingsResponseInnerLogAnalyticsClient. 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 RankingsResponseInner Modifier and Type Method Description Mono<RankingsResponseInner>LogAnalyticsClient. 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.Mono<RankingsResponseInner>LogAnalyticsClient. getLogAnalyticsRankingsAsync(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.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
Methods in com.azure.resourcemanager.cdn.fluent.models that return RankingsResponseInner Modifier and Type Method Description RankingsResponseInnerRankingsResponseInner. withDateTimeBegin(OffsetDateTime dateTimeBegin)Set the dateTimeBegin property: The dateTimeBegin property.RankingsResponseInnerRankingsResponseInner. withDateTimeEnd(OffsetDateTime dateTimeEnd)Set the dateTimeEnd property: The dateTimeEnd property.RankingsResponseInnerRankingsResponseInner. withTables(List<RankingsResponseTablesItem> tables)Set the tables property: The tables property.
-