| 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 |
|---|---|
DatabaseLicenseType |
DatabaseInner.licenseType()
Get the licenseType property: The license type to apply for this database.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withLicenseType(DatabaseLicenseType licenseType)
Set the licenseType property: The license type to apply for this database.
|
| Modifier and Type | Field and Description |
|---|---|
static DatabaseLicenseType |
DatabaseLicenseType.BASE_PRICE
Static value BasePrice for DatabaseLicenseType.
|
static DatabaseLicenseType |
DatabaseLicenseType.LICENSE_INCLUDED
Static value LicenseIncluded for DatabaseLicenseType.
|
| Modifier and Type | Method and Description |
|---|---|
static DatabaseLicenseType |
DatabaseLicenseType.fromString(String name)
Creates or finds a DatabaseLicenseType from its string representation.
|
DatabaseLicenseType |
DatabaseUpdate.licenseType()
Get the licenseType property: The license type to apply for this database.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseUpdate |
DatabaseUpdate.withLicenseType(DatabaseLicenseType licenseType)
Set the licenseType property: The license type to apply for this database.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.