Uses of Class
com.azure.resourcemanager.monitor.models.CategoryType
-
Packages that use CategoryType Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of CategoryType in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return CategoryType Modifier and Type Method Description CategoryTypeDiagnosticSettingsCategoryResourceInner. categoryType()Get the categoryType property: The type of the diagnostic settings category.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type CategoryType Modifier and Type Method Description DiagnosticSettingsCategoryResourceInnerDiagnosticSettingsCategoryResourceInner. withCategoryType(CategoryType categoryType)Set the categoryType property: The type of the diagnostic settings category. -
Uses of CategoryType in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models 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.
-