TimeAggregationType Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.resourcemanager.monitor.models.TimeAggregationType

public enum TimeAggregationType
extends Enum<TimeAggregationType>

time aggregation type. How the data that is collected should be combined over time. The default value is Average.

Fields

AVERAGE

Enum value Average.

COUNT

Enum value Count.

LAST

Enum value Last.

MAXIMUM

Enum value Maximum.

MINIMUM

Enum value Minimum.

TOTAL

Enum value Total.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static TimeAggregationType fromString(String value)

Parses a serialized value to a TimeAggregationType instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed TimeAggregationType object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static TimeAggregationType valueOf(String name)

Parameters

name
String

Returns

values()

public static TimeAggregationType[] values()

Returns

Applies to