public final class DatabaseLicenseType extends com.azure.core.util.ExpandableStringEnum<DatabaseLicenseType>
| Modifier and Type | Field and Description |
|---|---|
static DatabaseLicenseType |
BASE_PRICE
Static value BasePrice for DatabaseLicenseType.
|
static DatabaseLicenseType |
LICENSE_INCLUDED
Static value LicenseIncluded for DatabaseLicenseType.
|
| Constructor and Description |
|---|
DatabaseLicenseType() |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseLicenseType |
fromString(String name)
Creates or finds a DatabaseLicenseType from its string representation.
|
static Collection<DatabaseLicenseType> |
values() |
public static final DatabaseLicenseType LICENSE_INCLUDED
public static final DatabaseLicenseType BASE_PRICE
public static DatabaseLicenseType fromString(String name)
name - a name to look for.public static Collection<DatabaseLicenseType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.