Uses of Class
com.microsoft.azure.management.sql.ManagedDatabaseUpdate
Packages that use ManagedDatabaseUpdate
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of ManagedDatabaseUpdate in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return ManagedDatabaseUpdateModifier 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.