Class DeletedAutomationAccountListResultInner
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.DeletedAutomationAccountListResultInner
The response model for the list deleted automation account.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: Gets or sets the list of deleted automation accounts.withValue
(List<DeletedAutomationAccount> value) Set the value property: Gets or sets the list of deleted automation accounts.
-
Constructor Details
-
DeletedAutomationAccountListResultInner
public DeletedAutomationAccountListResultInner()
-
-
Method Details
-
value
Get the value property: Gets or sets the list of deleted automation accounts.- Returns:
- the value value.
-
withValue
Set the value property: Gets or sets the list of deleted automation accounts.- Parameters:
value
- the value value to set.- Returns:
- the DeletedAutomationAccountListResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-