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 Details

    • OK

      public static final AutomationAccountState OK
      Static value Ok for AutomationAccountState.
    • UNAVAILABLE

      public static final AutomationAccountState UNAVAILABLE
      Static value Unavailable for AutomationAccountState.
    • SUSPENDED

      public static final AutomationAccountState SUSPENDED
      Static value Suspended for AutomationAccountState.
  • Constructor Details

    • AutomationAccountState

      public AutomationAccountState()
  • Method Details

    • fromString

      public static AutomationAccountState fromString(String name)
      Creates or finds a AutomationAccountState from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding AutomationAccountState.
    • values

      public static Collection<AutomationAccountState> values()
      Gets known AutomationAccountState values.
      Returns:
      known AutomationAccountState values.