Uses of Class
com.azure.resourcemanager.cdn.fluent.models.WafRankingsResponseInner
-
Packages that use WafRankingsResponseInner 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 WafRankingsResponseInner in com.azure.resourcemanager.cdn.fluent
Methods in com.azure.resourcemanager.cdn.fluent that return WafRankingsResponseInner Modifier and Type Method Description WafRankingsResponseInnerLogAnalyticsClient. 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 WafRankingsResponseInner Modifier and Type Method Description Mono<WafRankingsResponseInner>LogAnalyticsClient. 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.Mono<WafRankingsResponseInner>LogAnalyticsClient. getWafLogAnalyticsRankingsAsync(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.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 WafRankingsResponseInner Modifier and Type Method Description WafRankingsResponseInnerWafRankingsResponseInner. withData(List<WafRankingsResponseDataItem> data)Set the data property: The data property.WafRankingsResponseInnerWafRankingsResponseInner. withDateTimeBegin(OffsetDateTime dateTimeBegin)Set the dateTimeBegin property: The dateTimeBegin property.WafRankingsResponseInnerWafRankingsResponseInner. withDateTimeEnd(OffsetDateTime dateTimeEnd)Set the dateTimeEnd property: The dateTimeEnd property.WafRankingsResponseInnerWafRankingsResponseInner. withGroups(List<String> groups)Set the groups property: The groups property.
-