| 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 |
|---|---|
DatabaseInner |
DatabasesClient.createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
DatabaseInner |
DatabasesClient.createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters,
com.azure.core.util.Context context)
Creates a new database or updates an existing database.
|
DatabaseInner |
DatabasesClient.get(String resourceGroupName,
String serverName,
String databaseName)
Gets a database.
|
DatabaseInner |
DatabasesClient.pause(String resourceGroupName,
String serverName,
String databaseName)
Pauses a database.
|
DatabaseInner |
DatabasesClient.pause(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Pauses a database.
|
DatabaseInner |
DatabasesClient.resume(String resourceGroupName,
String serverName,
String databaseName)
Resumes a database.
|
DatabaseInner |
DatabasesClient.resume(String resourceGroupName,
String serverName,
String databaseName,
com.azure.core.util.Context context)
Resumes a database.
|
DatabaseInner |
DatabasesClient.update(String resourceGroupName,
String serverName,
String databaseName,
DatabaseUpdate parameters)
Updates an existing database.
|
DatabaseInner |
DatabasesClient.update(String resourceGroupName,
String serverName,
String databaseName,
DatabaseUpdate parameters,
com.azure.core.util.Context context)
Updates an existing database.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner> |
DatabasesClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner> |
DatabasesClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters,
com.azure.core.util.Context context)
Creates a new database or updates an existing database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DatabaseInner>,DatabaseInner> |
DatabasesClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
DatabaseInner |
DatabasesClient.createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
DatabaseInner |
DatabasesClient.createOrUpdate(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters,
com.azure.core.util.Context context)
Creates a new database or updates an existing database.
|
Mono<DatabaseInner> |
DatabasesClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DatabasesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
DatabaseInner parameters)
Creates a new database or updates an existing database.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInner |
DatabaseInner.withAutoPauseDelay(Integer autoPauseDelay)
Set the autoPauseDelay property: Time in minutes after which database is automatically paused.
|
DatabaseInner |
DatabaseInner.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
DatabaseInner |
DatabaseInner.withCollation(String collation)
Set the collation property: The collation of the database.
|
DatabaseInner |
DatabaseInner.withCreateMode(CreateMode createMode)
Set the createMode property: Specifies the mode of database creation.
|
DatabaseInner |
DatabaseInner.withElasticPoolId(String elasticPoolId)
Set the elasticPoolId property: The resource identifier of the elastic pool containing this database.
|
DatabaseInner |
DatabaseInner.withLicenseType(DatabaseLicenseType licenseType)
Set the licenseType property: The license type to apply for this database.
|
DatabaseInner |
DatabaseInner.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)
Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup
associated with create operation of this database.
|
DatabaseInner |
DatabaseInner.withMaxSizeBytes(Long maxSizeBytes)
Set the maxSizeBytes property: The max size of the database expressed in bytes.
|
DatabaseInner |
DatabaseInner.withMinCapacity(Double minCapacity)
Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused.
|
DatabaseInner |
DatabaseInner.withReadReplicaCount(Integer readReplicaCount)
Set the readReplicaCount property: The number of readonly secondary replicas associated with the database to
which readonly application intent connections may be routed.
|
DatabaseInner |
DatabaseInner.withReadScale(DatabaseReadScale readScale)
Set the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
DatabaseInner |
DatabaseInner.withRecoverableDatabaseId(String recoverableDatabaseId)
Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with
create operation of this database.
|
DatabaseInner |
DatabaseInner.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId)
Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with
create operation of this database.
|
DatabaseInner |
DatabaseInner.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)
Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database
associated with create operation of this database.
|
DatabaseInner |
DatabaseInner.withRestorePointInTime(OffsetDateTime restorePointInTime)
Set the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that
will be restored to create the new database.
|
DatabaseInner |
DatabaseInner.withSampleName(SampleName sampleName)
Set the sampleName property: The name of the sample schema to apply when creating this database.
|
DatabaseInner |
DatabaseInner.withSku(Sku sku)
Set the sku property: The database SKU.
|
DatabaseInner |
DatabaseInner.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)
Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.
|
DatabaseInner |
DatabaseInner.withSourceDatabaseId(String sourceDatabaseId)
Set the sourceDatabaseId property: The resource identifier of the source database associated with create
operation of this database.
|
DatabaseInner |
DatabaseInner.withZoneRedundant(Boolean zoneRedundant)
Set the zoneRedundant property: Whether or not this database is zone redundant, which means the replicas of this
database will be spread across multiple availability zones.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.