public final class InstancePoolLicenseType extends com.microsoft.rest.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 forpublic static Collection<InstancePoolLicenseType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/