Class StorageAccountType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<StorageAccountType>
com.azure.resourcemanager.mediaservices.models.StorageAccountType

public final class StorageAccountType extends com.azure.core.util.ExpandableStringEnum<StorageAccountType>
The type of the storage account.
  • Field Details

    • PRIMARY

      public static final StorageAccountType PRIMARY
      Static value Primary for StorageAccountType.
    • SECONDARY

      public static final StorageAccountType SECONDARY
      Static value Secondary for StorageAccountType.
  • Constructor Details

    • StorageAccountType

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

    • fromString

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

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