| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceLicenseType |
ManagedInstanceInner.licenseType()
Get the licenseType property: The license type.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceInner |
ManagedInstanceInner.withLicenseType(ManagedInstanceLicenseType licenseType)
Set the licenseType property: The license type.
|
| 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 licenseType property: The license type.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceUpdate |
ManagedInstanceUpdate.withLicenseType(ManagedInstanceLicenseType licenseType)
Set the licenseType property: The license type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.