public final class ManagedInstanceLicenseType extends com.microsoft.rest.ExpandableStringEnum<ManagedInstanceLicenseType>
| Modifier and Type | Field and Description |
|---|---|
static ManagedInstanceLicenseType |
BASE_PRICE
Static value BasePrice for ManagedInstanceLicenseType.
|
static ManagedInstanceLicenseType |
LICENSE_INCLUDED
Static value LicenseIncluded for ManagedInstanceLicenseType.
|
| Constructor and Description |
|---|
ManagedInstanceLicenseType() |
| Modifier and Type | Method and Description |
|---|---|
static ManagedInstanceLicenseType |
fromString(String name)
Creates or finds a ManagedInstanceLicenseType from its string representation.
|
static Collection<ManagedInstanceLicenseType> |
values() |
public static final ManagedInstanceLicenseType LICENSE_INCLUDED
public static final ManagedInstanceLicenseType BASE_PRICE
public static ManagedInstanceLicenseType fromString(String name)
name - a name to look forpublic static Collection<ManagedInstanceLicenseType> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/