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