Uses of Class
com.azure.resourcemanager.cdn.models.WafMetric
Packages that use WafMetric
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of WafMetric in com.azure.resourcemanager.cdn.fluent
Method parameters in com.azure.resourcemanager.cdn.fluent with type arguments of type WafMetricModifier and TypeMethodDescriptionLogAnalyticsClient.getWafLogAnalyticsMetrics(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity) Get Waf related log analytics report for AFD profile.LogAnalyticsClient.getWafLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity) Get Waf related log analytics report for AFD profile.com.azure.core.http.rest.Response<WafMetricsResponseInner> LogAnalyticsClient.getWafLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List<WafAction> actions, List<WafRankingGroupBy> groupBy, List<WafRuleType> ruleTypes, com.azure.core.util.Context context) Get Waf related log analytics report for AFD profile.Mono<com.azure.core.http.rest.Response<WafMetricsResponseInner>> LogAnalyticsClient.getWafLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List<WafMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, WafGranularity granularity, List<WafAction> actions, List<WafRankingGroupBy> groupBy, List<WafRuleType> ruleTypes) Get Waf related log analytics report for AFD profile.LogAnalyticsClient.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.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.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 WafMetric in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as WafMetricModifier and TypeFieldDescriptionstatic final WafMetricWafMetric.CLIENT_REQUEST_COUNTStatic value clientRequestCount for WafMetric.Methods in com.azure.resourcemanager.cdn.models that return WafMetricModifier and TypeMethodDescriptionstatic WafMetricWafMetric.fromString(String name) Creates or finds a WafMetric from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type WafMetricModifier and TypeMethodDescriptionstatic Collection<WafMetric> WafMetric.values()Gets known WafMetric values.