Class AlertRuleTemplatesList
java.lang.Object
com.azure.resourcemanager.securityinsights.models.AlertRuleTemplatesList
List all the alert rule templates.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to fetch the next set of alert rule templates.void
validate()
Validates the instance.value()
Get the value property: Array of alert rule templates.withValue
(List<AlertRuleTemplateInner> value) Set the value property: Array of alert rule templates.
-
Constructor Details
-
AlertRuleTemplatesList
public AlertRuleTemplatesList()
-
-
Method Details
-
nextLink
Get the nextLink property: URL to fetch the next set of alert rule templates.- Returns:
- the nextLink value.
-
value
Get the value property: Array of alert rule templates.- Returns:
- the value value.
-
withValue
Set the value property: Array of alert rule templates.- Parameters:
value
- the value value to set.- Returns:
- the AlertRuleTemplatesList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-