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