Class Odatatype
java.lang.Object
com.azure.core.util.ExpandableStringEnum<Odatatype>
com.azure.resourcemanager.monitor.models.Odatatype
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
specifies the type of the alert criteria.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OdatatypeStatic value Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria for Odatatype.static final OdatatypeStatic value Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria for Odatatype.static final OdatatypeStatic value Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria for Odatatype. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OdatatypefromString(String name) Creates or finds a Odatatype from its string representation.static Collection<Odatatype> values()Gets known Odatatype values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
MICROSOFT_AZURE_MONITOR_SINGLE_RESOURCE_MULTIPLE_METRIC_CRITERIA
Static value Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria for Odatatype. -
MICROSOFT_AZURE_MONITOR_MULTIPLE_RESOURCE_MULTIPLE_METRIC_CRITERIA
Static value Microsoft.Azure.Monitor.MultipleResourceMultipleMetricCriteria for Odatatype. -
MICROSOFT_AZURE_MONITOR_WEBTEST_LOCATION_AVAILABILITY_CRITERIA
Static value Microsoft.Azure.Monitor.WebtestLocationAvailabilityCriteria for Odatatype.
-
-
Constructor Details
-
Odatatype
Deprecated.Use thefromString(String)factory method.Creates a new instance of Odatatype value.
-
-
Method Details
-
fromString
-
values
Gets known Odatatype values.- Returns:
- known Odatatype values.
-
fromString(String)factory method.