public enum TableServiceVersion extends Enum<TableServiceVersion> implements com.azure.core.util.ServiceVersion
| Enum Constant and Description |
|---|
V2019_02_02
API version 2019-02-02
|
| Modifier and Type | Method and Description |
|---|---|
static TableServiceVersion |
getLatest()
Gets the latest REST API version supported by this client library.
|
String |
getVersion() |
static TableServiceVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableServiceVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableServiceVersion V2019_02_02
public static TableServiceVersion[] values()
public static TableServiceVersion 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 TableServiceVersion getLatest()
Copyright © 2021 Microsoft Corporation. All rights reserved.