Interface DeletedAutomationAccountListResult
public interface DeletedAutomationAccountListResult
An immutable client-side representation of DeletedAutomationAccountListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.automation.fluent.models.DeletedAutomationAccountListResultInner object.value()
Gets the value property: Gets or sets the list of deleted automation accounts.
-
Method Details
-
value
List<DeletedAutomationAccount> value()Gets the value property: Gets or sets the list of deleted automation accounts.- Returns:
- the value value.
-
innerModel
DeletedAutomationAccountListResultInner innerModel()Gets the inner com.azure.resourcemanager.automation.fluent.models.DeletedAutomationAccountListResultInner object.- Returns:
- the inner object.
-