Class DiagnosticSettingsCategoryResourceInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.monitor.models.ProxyOnlyResource
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceInner
The diagnostic settings category resource.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the categoryType property: The type of the diagnostic settings category.voidvalidate()Validates the instance.withCategoryType(CategoryType categoryType) Set the categoryType property: The type of the diagnostic settings category.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
DiagnosticSettingsCategoryResourceInner
public DiagnosticSettingsCategoryResourceInner()
-
-
Method Details
-
categoryType
Get the categoryType property: The type of the diagnostic settings category.- Returns:
- the categoryType value.
-
withCategoryType
Set the categoryType property: The type of the diagnostic settings category.- Parameters:
categoryType- the categoryType value to set.- Returns:
- the DiagnosticSettingsCategoryResourceInner object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-