Uses of Class
com.microsoft.azure.management.monitor.CategoryType
-
-
Uses of CategoryType in com.microsoft.azure.management.monitor
Methods in com.microsoft.azure.management.monitor that return CategoryType Modifier and Type Method Description static CategoryTypeCategoryType. fromString(String value)Parses a serialized value to a CategoryType instance.CategoryTypeDiagnosticSettingsCategory. type()Get the categoryType value.static CategoryTypeCategoryType. valueOf(String name)Returns the enum constant of this type with the specified name.static CategoryType[]CategoryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-