Package com.azure.storage.blob
Enum BlobServiceVersion
- All Implemented Interfaces:
com.azure.core.util.ServiceVersion
,Serializable
,Comparable<BlobServiceVersion>
,java.lang.constant.Constable
public enum BlobServiceVersion
extends Enum<BlobServiceVersion>
implements com.azure.core.util.ServiceVersion
The versions of Azure Storage Blob 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 ConstantDescriptionService version2019-02-02
.Service version2019-07-07
.Service version2019-12-12
.Service version2020-02-10
.Service version2020-04-08
.Service version2020-06-12
.Service version2020-08-04
.Service version2020-10-02
.Service version2020-12-06
.Service version2021-02-12
.Service version2021-04-10
.Service version2021-06-08
.Service version2021-08-06
.Service version2021-10-04
.Service version2021-12-02
. -
Method Summary
Modifier and TypeMethodDescriptionstatic BlobServiceVersion
Gets the latest service version supported by this client librarystatic BlobServiceVersion
Returns the enum constant of this type with the specified name.static BlobServiceVersion[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
V2019_02_02
Service version2019-02-02
. -
V2019_07_07
Service version2019-07-07
. -
V2019_12_12
Service version2019-12-12
. -
V2020_02_10
Service version2020-02-10
. -
V2020_04_08
Service version2020-04-08
. -
V2020_06_12
Service version2020-06-12
. -
V2020_08_04
Service version2020-08-04
. -
V2020_10_02
Service version2020-10-02
. -
V2020_12_06
Service version2020-12-06
. -
V2021_02_12
Service version2021-02-12
. -
V2021_04_10
Service version2021-04-10
. -
V2021_06_08
Service version2021-06-08
. -
V2021_08_06
Service version2021-08-06
. -
V2021_10_04
Service version2021-10-04
. -
V2021_12_02
Service version2021-12-02
.
-
-
Method Details
-
values
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
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
- Specified by:
getVersion
in interfacecom.azure.core.util.ServiceVersion
-
getLatest
Gets the latest service version supported by this client library- Returns:
- the latest
BlobServiceVersion
-