| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolInner |
ElasticPoolsClient.createOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.createOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters,
com.azure.core.util.Context context)
Creates or updates an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.get(String resourceGroupName,
String serverName,
String elasticPoolName)
Gets an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.update(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolUpdate parameters)
Updates an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.update(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolUpdate parameters,
com.azure.core.util.Context context)
Updates an elastic pool.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner> |
ElasticPoolsClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an elastic pool.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner> |
ElasticPoolsClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters,
com.azure.core.util.Context context)
Creates or updates an elastic pool.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ElasticPoolInner>,ElasticPoolInner> |
ElasticPoolsClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.createOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an elastic pool.
|
ElasticPoolInner |
ElasticPoolsClient.createOrUpdate(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters,
com.azure.core.util.Context context)
Creates or updates an elastic pool.
|
Mono<ElasticPoolInner> |
ElasticPoolsClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an elastic pool.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ElasticPoolsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String elasticPoolName,
ElasticPoolInner parameters)
Creates or updates an 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.
|
ElasticPoolInner |
ElasticPoolInner.withMaxSizeBytes(Long maxSizeBytes)
Set the maxSizeBytes property: The storage limit for the database elastic pool in bytes.
|
ElasticPoolInner |
ElasticPoolInner.withPerDatabaseSettings(ElasticPoolPerDatabaseSettings perDatabaseSettings)
Set the perDatabaseSettings property: The per database settings for the elastic pool.
|
ElasticPoolInner |
ElasticPoolInner.withSku(Sku sku)
Set the sku property: The elastic pool SKU.
|
ElasticPoolInner |
ElasticPoolInner.withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this elastic pool is zone redundant, which means the replicas of
this elastic pool will be spread across multiple availability zones.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.