Enum BlobSasServiceVersion

java.lang.Object
java.lang.Enum<BlobSasServiceVersion>
com.azure.storage.blob.sas.BlobSasServiceVersion
All Implemented Interfaces:
com.azure.core.util.ServiceVersion, Serializable, Comparable<BlobSasServiceVersion>, java.lang.constant.Constable

@Deprecated public enum BlobSasServiceVersion extends Enum<BlobSasServiceVersion> implements com.azure.core.util.ServiceVersion
Deprecated.
The version is set to the latest version of sas.
The versions of Azure Storage Blob Sas supported by this client library.
  • Enum Constant Details

    • V2019_02_02

      public static final BlobSasServiceVersion V2019_02_02
      Deprecated.
      Service version 2019-02-02.
    • V2019_07_07

      public static final BlobSasServiceVersion V2019_07_07
      Deprecated.
      Service version 2019-07-07.
    • V2019_12_12

      public static final BlobSasServiceVersion V2019_12_12
      Deprecated.
      Service version 2019-12-12.
    • V2020_02_10

      public static final BlobSasServiceVersion V2020_02_10
      Deprecated.
      Service version 2020-02-10.
    • V2020_04_08

      public static final BlobSasServiceVersion V2020_04_08
      Deprecated.
      Service version 2020-04-08.
    • V2020_06_12

      public static final BlobSasServiceVersion V2020_06_12
      Deprecated.
      Service version 2020-06-12.
    • V2020_08_04

      public static final BlobSasServiceVersion V2020_08_04
      Deprecated.
      Service version 2020-08-04.
  • Method Details

    • values

      public static BlobSasServiceVersion[] values()
      Deprecated.
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static BlobSasServiceVersion valueOf(String name)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getVersion

      public String getVersion()
      Deprecated.
      Specified by:
      getVersion in interface com.azure.core.util.ServiceVersion
    • getLatest

      public static BlobSasServiceVersion getLatest()
      Deprecated.
      Gets the latest Sas service version supported by this client library
      Returns:
      the latest BlobSasServiceVersion