public enum BlobServiceVersion extends Enum<BlobServiceVersion> implements com.azure.core.util.ServiceVersion
| Enum Constant and Description |
|---|
V2019_02_02 |
V2019_07_07 |
V2019_12_12 |
V2020_02_10 |
| Modifier and Type | Method and Description |
|---|---|
static BlobServiceVersion |
getLatest()
Gets the latest service version supported by this client library
|
String |
getVersion() |
static BlobServiceVersion |
valueOf(String name)
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.
|
public static final BlobServiceVersion V2019_02_02
public static final BlobServiceVersion V2019_07_07
public static final BlobServiceVersion V2019_12_12
public static final BlobServiceVersion V2020_02_10
public static BlobServiceVersion[] values()
public static BlobServiceVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getVersion()
getVersion in interface com.azure.core.util.ServiceVersionpublic static BlobServiceVersion getLatest()
BlobServiceVersionCopyright © 2020 Microsoft Corporation. All rights reserved.