Class DscConfigurationState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DscConfigurationState>
com.azure.resourcemanager.automation.models.DscConfigurationState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DscConfigurationState extends com.azure.core.util.ExpandableStringEnum<DscConfigurationState>
Gets or sets the state of the configuration.
  • Field Details

  • Constructor Details

    • DscConfigurationState

      @Deprecated public DscConfigurationState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of DscConfigurationState value.
  • Method Details

    • fromString

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

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