Class DigestConfigState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DigestConfigState>
com.azure.resourcemanager.advisor.models.DigestConfigState

public final class DigestConfigState extends com.azure.core.util.ExpandableStringEnum<DigestConfigState>
State of digest configuration.
  • Field Details

    • ACTIVE

      public static final DigestConfigState ACTIVE
      Static value Active for DigestConfigState.
    • DISABLED

      public static final DigestConfigState DISABLED
      Static value Disabled for DigestConfigState.
  • Constructor Details

    • DigestConfigState

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

    • fromString

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

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