Uses of Enum
com.azure.resourcemanager.monitor.models.CategoryType
Packages that use CategoryType
Package
Description
Package containing the inner data models for MonitorClient.
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 CategoryTypeModifier and TypeMethodDescriptionDiagnosticSettingsCategory.categoryType()Get the categoryType property: The type of the diagnostic settings category.DiagnosticSettingsCategoryResourceInner.categoryType()Get the categoryType property: The type of the diagnostic settings category.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type CategoryTypeModifier and TypeMethodDescriptionDiagnosticSettingsCategory.withCategoryType(CategoryType categoryType) Set the categoryType property: The type of the diagnostic settings category.DiagnosticSettingsCategoryResourceInner.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 CategoryTypeModifier and TypeMethodDescriptionstatic CategoryTypeCategoryType.fromString(String value) Parses a serialized value to a CategoryType instance.DiagnosticSettingsCategory.type()Get the categoryType value.static CategoryTypeReturns 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.