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