Package com.azure.storage.blob.sas
Enum 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDeprecated.Service version2019-02-02
.Deprecated.Service version2019-07-07
.Deprecated.Service version2019-12-12
.Deprecated.Service version2020-02-10
.Deprecated.Service version2020-04-08
.Deprecated.Service version2020-06-12
.Deprecated.Service version2020-08-04
. -
Method Summary
Modifier and TypeMethodDescriptionstatic BlobSasServiceVersion
Deprecated.Gets the latest Sas service version supported by this client libraryDeprecated.static BlobSasServiceVersion
Deprecated.Returns the enum constant of this type with the specified name.static BlobSasServiceVersion[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
V2019_02_02
Deprecated.Service version2019-02-02
. -
V2019_07_07
Deprecated.Service version2019-07-07
. -
V2019_12_12
Deprecated.Service version2019-12-12
. -
V2020_02_10
Deprecated.Service version2020-02-10
. -
V2020_04_08
Deprecated.Service version2020-04-08
. -
V2020_06_12
Deprecated.Service version2020-06-12
. -
V2020_08_04
Deprecated.Service version2020-08-04
.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getVersion
Deprecated.- Specified by:
getVersion
in interfacecom.azure.core.util.ServiceVersion
-
getLatest
Deprecated.Gets the latest Sas service version supported by this client library- Returns:
- the latest
BlobSasServiceVersion
-