Class DiagnosticSettingsResourceCollectionInner
- java.lang.Object
-
- com.azure.resourcemanager.monitor.fluent.models.DiagnosticSettingsResourceCollectionInner
-
public final class DiagnosticSettingsResourceCollectionInner extends Object
Represents a collection of alert rule resources.
-
-
Constructor Summary
Constructors Constructor Description DiagnosticSettingsResourceCollectionInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DiagnosticSettingsResourceInner>value()Get the value property: The collection of diagnostic settings resources;.DiagnosticSettingsResourceCollectionInnerwithValue(List<DiagnosticSettingsResourceInner> value)Set the value property: The collection of diagnostic settings resources;.
-
-
-
Method Detail
-
value
public List<DiagnosticSettingsResourceInner> value()
Get the value property: The collection of diagnostic settings resources;.- Returns:
- the value value.
-
withValue
public DiagnosticSettingsResourceCollectionInner withValue(List<DiagnosticSettingsResourceInner> value)
Set the value property: The collection of diagnostic settings resources;.- Parameters:
value- the value value to set.- Returns:
- the DiagnosticSettingsResourceCollectionInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-