Class DiagnosticSettingsCategoryResourceCollectionInner
java.lang.Object
com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceCollectionInner
Represents a collection of diagnostic setting category resources.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DiagnosticSettingsCategoryResourceCollectionInner class. -
Method Summary
-
Constructor Details
-
DiagnosticSettingsCategoryResourceCollectionInner
public DiagnosticSettingsCategoryResourceCollectionInner()Creates an instance of DiagnosticSettingsCategoryResourceCollectionInner class.
-
-
Method Details
-
value
Get the value property: The collection of diagnostic settings category resources.- Returns:
- the value value.
-
withValue
public DiagnosticSettingsCategoryResourceCollectionInner withValue(List<DiagnosticSettingsCategoryResourceInner> value) Set the value property: The collection of diagnostic settings category resources.- Parameters:
value- the value value to set.- Returns:
- the DiagnosticSettingsCategoryResourceCollectionInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-