Uses of Class
com.azure.resourcemanager.automation.models.AutomationAccountState
Package
Description
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of AutomationAccountState in com.azure.resourcemanager.automation.fluent.models
-
Uses of AutomationAccountState in com.azure.resourcemanager.automation.models
Modifier and TypeFieldDescriptionstatic final AutomationAccountState
AutomationAccountState.OK
Static value Ok for AutomationAccountState.static final AutomationAccountState
AutomationAccountState.SUSPENDED
Static value Suspended for AutomationAccountState.static final AutomationAccountState
AutomationAccountState.UNAVAILABLE
Static value Unavailable for AutomationAccountState.Modifier and TypeMethodDescriptionstatic AutomationAccountState
AutomationAccountState.fromString
(String name) Creates or finds a AutomationAccountState from its string representation.AutomationAccount.state()
Gets the state property: Gets status of account.Modifier and TypeMethodDescriptionstatic Collection<AutomationAccountState>
AutomationAccountState.values()
Gets known AutomationAccountState values.