Uses of Class
com.azure.resourcemanager.automation.models.AutomationAccountState
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent.models that return AutomationAccountState -
Uses of AutomationAccountState in com.azure.resourcemanager.automation.models
Fields in com.azure.resourcemanager.automation.models declared as AutomationAccountStateModifier 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.Methods in com.azure.resourcemanager.automation.models that return AutomationAccountStateModifier 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.Methods in com.azure.resourcemanager.automation.models that return types with arguments of type AutomationAccountStateModifier and TypeMethodDescriptionstatic Collection
<AutomationAccountState> AutomationAccountState.values()
Gets known AutomationAccountState values.