public final class ManagedInstanceLicenseType extends com.azure.core.util.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 for.public static Collection<ManagedInstanceLicenseType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.