Uses of Class
com.azure.resourcemanager.sql.models.ManagedDatabaseUpdate
Packages that use ManagedDatabaseUpdate
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedDatabaseUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ManagedDatabaseUpdateModifier and TypeMethodDescriptioncom.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.ManagedDatabasesClient.update(String resourceGroupName, String managedInstanceName, String databaseName, ManagedDatabaseUpdate parameters) Updates an existing database.ManagedDatabasesClient.update(String resourceGroupName, String managedInstanceName, String databaseName, ManagedDatabaseUpdate parameters, com.azure.core.util.Context context) Updates an existing database.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. -
Uses of ManagedDatabaseUpdate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ManagedDatabaseUpdateModifier and TypeMethodDescriptionstatic ManagedDatabaseUpdateManagedDatabaseUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedDatabaseUpdate from the JsonReader.ManagedDatabaseUpdate.withAutoCompleteRestore(Boolean autoCompleteRestore) Set the autoCompleteRestore property: Whether to auto complete restore of this managed database.ManagedDatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseUpdate.withCollation(String collation) Set the collation property: Collation of the managed database.ManagedDatabaseUpdate.withCreateMode(ManagedDatabaseCreateMode createMode) Set the createMode property: Managed database create mode.ManagedDatabaseUpdate.withLastBackupName(String lastBackupName) Set the lastBackupName property: Last backup file name for restore of this managed database.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.withRecoverableDatabaseId(String recoverableDatabaseId) Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.ManagedDatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId) Set the restorableDroppedDatabaseId property: The restorable dropped database resource id to restore when creating this database.ManagedDatabaseUpdate.withRestorePointInTime(OffsetDateTime restorePointInTime) Set the restorePointInTime property: Conditional.ManagedDatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId) Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.ManagedDatabaseUpdate.withStorageContainerSasToken(String storageContainerSasToken) Set the storageContainerSasToken property: Conditional.ManagedDatabaseUpdate.withStorageContainerUri(String storageContainerUri) Set the storageContainerUri property: Conditional.Set the tags property: Resource tags.