Class PostPlannedFailoverRedundancy

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

public final class PostPlannedFailoverRedundancy extends com.azure.core.util.ExpandableStringEnum<PostPlannedFailoverRedundancy>
The redundancy type of the account after a planned account failover is performed.
  • Field Details

  • Constructor Details

    • PostPlannedFailoverRedundancy

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

    • fromString

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

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