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