| Modifier and Type | Field and Description |
|---|---|
static ManagedInstanceLicenseType |
ManagedInstanceLicenseType.BASE_PRICE
Static value BasePrice for ManagedInstanceLicenseType.
|
static ManagedInstanceLicenseType |
ManagedInstanceLicenseType.LICENSE_INCLUDED
Static value LicenseIncluded for ManagedInstanceLicenseType.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedInstanceLicenseType |
ManagedInstanceLicenseType.fromString(String name)
Creates or finds a ManagedInstanceLicenseType from its string representation.
|
ManagedInstanceLicenseType |
ManagedInstanceUpdate.licenseType()
Get the license type.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ManagedInstanceLicenseType> |
ManagedInstanceLicenseType.values() |
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType)
Set the license type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/