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