Class DiagnosticSettingsCategoryResourceCollectionInner
- java.lang.Object
-
- com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsCategoryResourceCollectionInner
-
public final class DiagnosticSettingsCategoryResourceCollectionInner extends Object
Represents a collection of diagnostic setting category resources.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticSettingsCategoryResourceCollectionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DiagnosticSettingsCategoryResourceInner>value()Get the value property: The collection of diagnostic settings category resources.DiagnosticSettingsCategoryResourceCollectionInnerwithValue(List<DiagnosticSettingsCategoryResourceInner> value)Set the value property: The collection of diagnostic settings category resources.
-
-
-
Method Detail
-
value
public List<DiagnosticSettingsCategoryResourceInner> 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.
-
-