| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedDatabaseInner>,ManagedDatabaseInner> |
ManagedDatabasesClient.beginUpdate(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters)
Updates an existing database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ManagedDatabaseInner>,ManagedDatabaseInner> |
ManagedDatabasesClient.beginUpdate(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters,
com.azure.core.util.Context context)
Updates an existing database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ManagedDatabaseInner>,ManagedDatabaseInner> |
ManagedDatabasesClient.beginUpdateAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters)
Updates an existing database.
|
ManagedDatabaseInner |
ManagedDatabasesClient.update(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters)
Updates an existing database.
|
ManagedDatabaseInner |
ManagedDatabasesClient.update(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters,
com.azure.core.util.Context context)
Updates an existing database.
|
Mono<ManagedDatabaseInner> |
ManagedDatabasesClient.updateAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters)
Updates an existing database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
ManagedDatabasesClient.updateWithResponseAsync(String resourceGroupName,
String managedInstanceName,
String databaseName,
ManagedDatabaseUpdate parameters)
Updates an existing database.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)
Set the catalogCollation property: Collation of the metadata catalog.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCollation(String collation)
Set the collation property: Collation of the managed database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCreateMode(ManagedDatabaseCreateMode createMode)
Set the createMode property: Managed database create mode.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)
Set the longTermRetentionBackupResourceId property: The name of the Long Term Retention backup to be used for
restore of this managed database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)
Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with
create operation of this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)
Set the restorableDroppedDatabaseId property: The restorable dropped database resource id to restore when
creating this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRestorePointInTime(OffsetDateTime restorePointInTime)
Set the restorePointInTime property: Conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)
Set the sourceDatabaseId property: The resource identifier of the source database associated with create
operation of this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withStorageContainerSasToken(String storageContainerSasToken)
Set the storageContainerSasToken property: Conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withStorageContainerUri(String storageContainerUri)
Set the storageContainerUri property: Conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withTags(Map<String,String> tags)
Set the tags property: Resource tags.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.