Uses of Class
com.microsoft.azure.management.monitor.ResultType
-
-
Uses of ResultType in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return ResultType Modifier and Type Method Description static ResultTypeResultType. fromString(String value)Parses a serialized value to a ResultType instance.static ResultTypeResultType. valueOf(String name)Returns 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.microsoft.azure.management.monitor with parameters of type ResultType Modifier and Type Method Description MetricDefinition.MetricsQueryDefinitionStages.WithMetricsQueryExecuteMetricDefinition.MetricsQueryDefinitionStages.WithMetricsQueryExecute. withResultType(ResultType resultType)Reduces the set of data collected.
-