Uses of Class
com.azure.resourcemanager.cdn.models.LogMetric
-
Packages that use LogMetric Package Description com.azure.resourcemanager.cdn.fluent Package containing the service clients for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 LogMetric Modifier and Type Method Description MetricsResponseInnerLogAnalyticsClient. 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.Mono<MetricsResponseInner>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.Mono<MetricsResponseInner>LogAnalyticsClient. getLogAnalyticsMetricsAsync(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.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
Fields in com.azure.resourcemanager.cdn.models declared as LogMetric Modifier and Type Field Description static LogMetricLogMetric. CLIENT_REQUEST_BANDWIDTHStatic value clientRequestBandwidth for LogMetric.static LogMetricLogMetric. CLIENT_REQUEST_COUNTStatic value clientRequestCount for LogMetric.static LogMetricLogMetric. CLIENT_REQUEST_TRAFFICStatic value clientRequestTraffic for LogMetric.static LogMetricLogMetric. ORIGIN_REQUEST_BANDWIDTHStatic value originRequestBandwidth for LogMetric.static LogMetricLogMetric. ORIGIN_REQUEST_TRAFFICStatic value originRequestTraffic for LogMetric.static LogMetricLogMetric. TOTAL_LATENCYStatic value totalLatency for LogMetric.Methods in com.azure.resourcemanager.cdn.models that return LogMetric Modifier and Type Method Description static 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 LogMetric Modifier and Type Method Description static Collection<LogMetric>LogMetric. values()
-