Class LogSearchRuleResourceCollection
java.lang.Object
com.azure.resourcemanager.monitor.models.LogSearchRuleResourceCollection
Represents a collection of Log Search rule resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: The values for the Log Search Rule resources.withValue(List<LogSearchRuleResourceInner> value) Set the value property: The values for the Log Search Rule resources.
-
Constructor Details
-
LogSearchRuleResourceCollection
public LogSearchRuleResourceCollection()
-
-
Method Details
-
value
Get the value property: The values for the Log Search Rule resources.- Returns:
- the value value.
-
withValue
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.
-