Class AutomationAccountState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AutomationAccountState>
com.azure.resourcemanager.automation.models.AutomationAccountState
public final class AutomationAccountState
extends com.azure.core.util.ExpandableStringEnum<AutomationAccountState>
Gets status of account.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AutomationAccountState
Static value Ok for AutomationAccountState.static final AutomationAccountState
Static value Suspended for AutomationAccountState.static final AutomationAccountState
Static value Unavailable for AutomationAccountState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AutomationAccountState
fromString
(String name) Creates or finds a AutomationAccountState from its string representation.static Collection<AutomationAccountState>
values()
Gets known AutomationAccountState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
OK
Static value Ok for AutomationAccountState. -
UNAVAILABLE
Static value Unavailable for AutomationAccountState. -
SUSPENDED
Static value Suspended for AutomationAccountState.
-
-
Constructor Details
-
AutomationAccountState
public AutomationAccountState()
-
-
Method Details
-
fromString
Creates or finds a AutomationAccountState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding AutomationAccountState.
-
values
Gets known AutomationAccountState values.- Returns:
- known AutomationAccountState values.
-