Class AssetStorageEncryptionFormat

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

public final class AssetStorageEncryptionFormat extends com.azure.core.util.ExpandableStringEnum<AssetStorageEncryptionFormat>
The Asset encryption format. One of None or MediaStorageEncryption.
  • Field Details

    • NONE

      public static final AssetStorageEncryptionFormat NONE
      Static value None for AssetStorageEncryptionFormat.
    • MEDIA_STORAGE_CLIENT_ENCRYPTION

      public static final AssetStorageEncryptionFormat MEDIA_STORAGE_CLIENT_ENCRYPTION
      Static value MediaStorageClientEncryption for AssetStorageEncryptionFormat.
  • Constructor Details

    • AssetStorageEncryptionFormat

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

    • fromString

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

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