Uses of Class
com.azure.resourcemanager.cdn.fluent.models.WafRankingsResponseInner
Packages that use WafRankingsResponseInner
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the inner data models for CdnManagementClient.
-
Uses of WafRankingsResponseInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return WafRankingsResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getWafLogAnalyticsRankings(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings) Get WAF log analytics charts for AFD profile.Methods in com.azure.resourcemanager.cdn.fluent that return types with arguments of type WafRankingsResponseInnerModifier and TypeMethodDescriptionLogAnalyticsClient.getWafLogAnalyticsRankingsAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings) Get WAF log analytics charts for AFD profile.com.azure.core.http.rest.Response<WafRankingsResponseInner>LogAnalyticsClient.getWafLogAnalyticsRankingsWithResponse(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings, List<WafAction> actions, List<WafRuleType> ruleTypes, com.azure.core.util.Context context) Get WAF log analytics charts for AFD profile.Mono<com.azure.core.http.rest.Response<WafRankingsResponseInner>>LogAnalyticsClient.getWafLogAnalyticsRankingsWithResponseAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, int maxRanking, List<WafRankingType> rankings, List<WafAction> actions, List<WafRuleType> ruleTypes) Get WAF log analytics charts for AFD profile. -
Uses of WafRankingsResponseInner in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return WafRankingsResponseInnerModifier and TypeMethodDescriptionWafRankingsResponseInner.withData(List<WafRankingsResponseDataItem> data) Set the data property: The data property.WafRankingsResponseInner.withDateTimeBegin(OffsetDateTime dateTimeBegin) Set the dateTimeBegin property: The dateTimeBegin property.WafRankingsResponseInner.withDateTimeEnd(OffsetDateTime dateTimeEnd) Set the dateTimeEnd property: The dateTimeEnd property.WafRankingsResponseInner.withGroups(List<String> groups) Set the groups property: The groups property.