Uses of Class
com.microsoft.azure.management.sql.ManagedDatabaseUpdate
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagedDatabaseUpdate in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionManagedDatabaseUpdate.withCatalogCollation
(CatalogCollationType catalogCollation) Set collation of the metadata catalog.ManagedDatabaseUpdate.withCollation
(String collation) Set collation of the managed database.ManagedDatabaseUpdate.withCreateMode
(ManagedDatabaseCreateMode createMode) Set managed database create mode.ManagedDatabaseUpdate.withRecoverableDatabaseId
(String recoverableDatabaseId) Set the resource identifier of the recoverable database associated with create operation of this database.ManagedDatabaseUpdate.withRestorableDroppedDatabaseId
(String restorableDroppedDatabaseId) Set the restorable dropped database resource id to restore when creating this database.ManagedDatabaseUpdate.withRestorePointInTime
(org.joda.time.DateTime restorePointInTime) Set conditional.ManagedDatabaseUpdate.withSourceDatabaseId
(String sourceDatabaseId) Set the resource identifier of the source database associated with create operation of this database.ManagedDatabaseUpdate.withStorageContainerSasToken
(String storageContainerSasToken) Set conditional.ManagedDatabaseUpdate.withStorageContainerUri
(String storageContainerUri) Set conditional.Set resource tags.