| Modifier and Type | Method and Description |
|---|---|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)
Set collation of the metadata catalog.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCollation(String collation)
Set collation of the managed database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withCreateMode(ManagedDatabaseCreateMode createMode)
Set managed database create mode.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)
Set the resource identifier of the recoverable database associated with create operation of this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)
Set the restorable dropped database resource id to restore when creating this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withRestorePointInTime(org.joda.time.DateTime restorePointInTime)
Set conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)
Set the resource identifier of the source database associated with create operation of this database.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withStorageContainerSasToken(String storageContainerSasToken)
Set conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withStorageContainerUri(String storageContainerUri)
Set conditional.
|
ManagedDatabaseUpdate |
ManagedDatabaseUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/