Uses of Class
com.azure.resourcemanager.cdn.models.LogMetric
Packages that use LogMetric
Package
Description
Package containing the service clients for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of LogMetric in com.azure.resourcemanager.cdn.fluent
Method parameters in com.azure.resourcemanager.cdn.fluent with type arguments of type LogMetricModifier and TypeMethodDescriptionLogAnalyticsClient.getLogAnalyticsMetrics(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols) Get log report for AFD profile.LogAnalyticsClient.getLogAnalyticsMetricsAsync(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols) Get log report for AFD profile.com.azure.core.http.rest.Response<MetricsResponseInner> LogAnalyticsClient.getLogAnalyticsMetricsWithResponse(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols, List<LogMetricsGroupBy> groupBy, List<String> continents, List<String> countryOrRegions, com.azure.core.util.Context context) Get log report for AFD profile.Mono<com.azure.core.http.rest.Response<MetricsResponseInner>> LogAnalyticsClient.getLogAnalyticsMetricsWithResponseAsync(String resourceGroupName, String profileName, List<LogMetric> metrics, OffsetDateTime dateTimeBegin, OffsetDateTime dateTimeEnd, LogMetricsGranularity granularity, List<String> customDomains, List<String> protocols, List<LogMetricsGroupBy> groupBy, List<String> continents, List<String> countryOrRegions) Get log report for AFD profile. -
Uses of LogMetric in com.azure.resourcemanager.cdn.models
Subclasses with type arguments of type LogMetric in com.azure.resourcemanager.cdn.modelsFields in com.azure.resourcemanager.cdn.models declared as LogMetricModifier and TypeFieldDescriptionstatic final LogMetricLogMetric.CLIENT_REQUEST_BANDWIDTHStatic value clientRequestBandwidth for LogMetric.static final LogMetricLogMetric.CLIENT_REQUEST_COUNTStatic value clientRequestCount for LogMetric.static final LogMetricLogMetric.CLIENT_REQUEST_TRAFFICStatic value clientRequestTraffic for LogMetric.static final LogMetricLogMetric.ORIGIN_REQUEST_BANDWIDTHStatic value originRequestBandwidth for LogMetric.static final LogMetricLogMetric.ORIGIN_REQUEST_TRAFFICStatic value originRequestTraffic for LogMetric.static final LogMetricLogMetric.TOTAL_LATENCYStatic value totalLatency for LogMetric.Methods in com.azure.resourcemanager.cdn.models that return LogMetricModifier and TypeMethodDescriptionstatic LogMetricLogMetric.fromString(String name) Creates or finds a LogMetric from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type LogMetricModifier and TypeMethodDescriptionstatic Collection<LogMetric> LogMetric.values()Gets known LogMetric values.