Uses of Enum
com.azure.resourcemanager.monitor.models.ResultType
Packages that use ResultType
Package
Description
Package containing the service clients for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of ResultType in com.azure.resourcemanager.monitor.fluent
Methods in com.azure.resourcemanager.monitor.fluent with parameters of type ResultTypeModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SingleMetricBaselineInner> BaselinesClient.list(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType, com.azure.core.util.Context context) **Lists the metric baseline values for a resource**.com.azure.core.http.rest.PagedFlux<SingleMetricBaselineInner> BaselinesClient.listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Duration interval, String aggregation, String sensitivities, String filter, ResultType resultType) **Lists the metric baseline values for a resource**.com.azure.core.http.rest.Response<ResponseInner> MetricsClient.listWithResponse(String resourceUri, String timespan, Duration interval, String metricnames, String aggregation, Integer top, String orderBy, String filter, ResultType resultType, String metricnamespace, com.azure.core.util.Context context) **Lists the metric values for a resource**.Mono<com.azure.core.http.rest.Response<ResponseInner>> MetricsClient.listWithResponseAsync(String resourceUri, String timespan, Duration interval, String metricnames, String aggregation, Integer top, String orderBy, String filter, ResultType resultType, String metricnamespace) **Lists the metric values for a resource**. -
Uses of ResultType in com.azure.resourcemanager.monitor.models
Subclasses with type arguments of type ResultType in com.azure.resourcemanager.monitor.modelsMethods in com.azure.resourcemanager.monitor.models that return ResultTypeModifier and TypeMethodDescriptionstatic ResultTypeResultType.fromString(String value) Parses a serialized value to a ResultType instance.static ResultTypeReturns the enum constant of this type with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.monitor.models with parameters of type ResultTypeModifier and TypeMethodDescriptionMetricDefinition.MetricsQueryDefinitionStages.WithMetricsQueryExecute.withResultType(ResultType resultType) Reduces the set of data collected.