@Deprecated public enum BlobSasServiceVersion extends Enum<BlobSasServiceVersion> implements com.azure.core.util.ServiceVersion
Enum Constant and Description |
---|
V2019_02_02
Deprecated.
|
V2019_07_07
Deprecated.
|
V2019_12_12
Deprecated.
|
V2020_02_10
Deprecated.
|
V2020_04_08
Deprecated.
|
V2020_06_12
Deprecated.
|
V2020_08_04
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static BlobSasServiceVersion |
getLatest()
Deprecated.
Gets the latest Sas service version supported by this client library
|
String |
getVersion()
Deprecated.
|
static BlobSasServiceVersion |
valueOf(String name)
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.
|
public static final BlobSasServiceVersion V2019_02_02
public static final BlobSasServiceVersion V2019_07_07
public static final BlobSasServiceVersion V2019_12_12
public static final BlobSasServiceVersion V2020_02_10
public static final BlobSasServiceVersion V2020_04_08
public static final BlobSasServiceVersion V2020_06_12
public static final BlobSasServiceVersion V2020_08_04
public static BlobSasServiceVersion[] values()
public static BlobSasServiceVersion 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.ServiceVersion
public static BlobSasServiceVersion getLatest()
BlobSasServiceVersion
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.