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