ShareServiceVersion Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. storage. file. share. ShareServiceVersion
- com.
- java.
public enum ShareServiceVersion
extends Enum<ShareServiceVersion>
implements ServiceVersion
The versions of Azure Storage File supported by this client library.
Implements
Fields
V2019_02_02 |
Service version |
V2019_07_07 |
Service version |
V2019_12_12 |
Service version |
V2020_02_10 |
Service version |
V2020_04_08 |
Service version |
V2020_06_12 |
Service version |
V2020_08_04 |
Service version |
V2020_10_02 |
Service version |
V2020_12_06 |
Service version |
V2021_02_12 |
Service version |
V2021_04_10 |
Service version |
V2021_06_08 |
Service version |
V2021_08_06 |
Service version |
V2021_10_04 |
Service version |
V2021_12_02 |
Service version |
V2022_11_02 |
Service version |
V2023_01_03 |
Service version |
V2023_05_03 |
Service version |
V2023_08_03 |
Service version |
V2023_11_03 |
Service version |
V2024_02_04 |
Service version |
V2024_05_04 |
Service version |
V2024_08_04 |
Service version |
V2024_11_04 |
Service version |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
getLatest()
public static ShareServiceVersion getLatest()
Gets the latest service version supported by this client library
Returns
getVersion()
valueOf(String name)
values()
Applies to
Azure SDK for Java