Class StorageSettingTypes

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageSettingTypes>
com.azure.resourcemanager.dataprotection.models.StorageSettingTypes

public final class StorageSettingTypes extends com.azure.core.util.ExpandableStringEnum<StorageSettingTypes>
Gets or sets the type.
  • Field Details

    • GEO_REDUNDANT

      public static final StorageSettingTypes GEO_REDUNDANT
      Static value GeoRedundant for StorageSettingTypes.
    • LOCALLY_REDUNDANT

      public static final StorageSettingTypes LOCALLY_REDUNDANT
      Static value LocallyRedundant for StorageSettingTypes.
    • ZONE_REDUNDANT

      public static final StorageSettingTypes ZONE_REDUNDANT
      Static value ZoneRedundant for StorageSettingTypes.
  • Constructor Details

    • StorageSettingTypes

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

    • fromString

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

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