Class DiagnosticSettingsCategoryResourceInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.monitor.models.ProxyOnlyResource
-
- com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceInner
-
public class DiagnosticSettingsCategoryResourceInner extends ProxyOnlyResource
The diagnostic settings category resource.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticSettingsCategoryResourceInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryTypecategoryType()Get the categoryType property: The type of the diagnostic settings category.voidvalidate()Validates the instance.DiagnosticSettingsCategoryResourceInnerwithCategoryType(CategoryType categoryType)Set the categoryType property: The type of the diagnostic settings category.
-
-
-
Method Detail
-
categoryType
public CategoryType categoryType()
Get the categoryType property: The type of the diagnostic settings category.- Returns:
- the categoryType value.
-
withCategoryType
public DiagnosticSettingsCategoryResourceInner withCategoryType(CategoryType categoryType)
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.
-
-