Class OperationListResult
java.lang.Object
com.azure.resourcemanager.automation.models.OperationListResult
The response model for the list of Automation operations.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: List of Automation operations supported by the Automation resource provider.withValue
(List<OperationInner> value) Set the value property: List of Automation operations supported by the Automation resource provider.
-
Constructor Details
-
OperationListResult
public OperationListResult()
-
-
Method Details
-
value
Get the value property: List of Automation operations supported by the Automation resource provider.- Returns:
- the value value.
-
withValue
Set the value property: List of Automation operations supported by the Automation resource provider.- Parameters:
value
- the value value to set.- Returns:
- the OperationListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-