Uses of Class
com.azure.resourcemanager.sql.models.ManagedDatabaseUpdate
-
Packages that use ManagedDatabaseUpdate 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. -
-
Uses of ManagedDatabaseUpdate in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent with parameters of type ManagedDatabaseUpdate Modifier and Type Method 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.ManagedDatabaseInnerManagedDatabasesClient. update(String resourceGroupName, String managedInstanceName, String databaseName, ManagedDatabaseUpdate parameters)Updates an existing database.ManagedDatabaseInnerManagedDatabasesClient. 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. -
Uses of ManagedDatabaseUpdate in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ManagedDatabaseUpdate Modifier and Type Method Description ManagedDatabaseUpdateManagedDatabaseUpdate. withCatalogCollation(CatalogCollationType catalogCollation)Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseUpdateManagedDatabaseUpdate. withCollation(String collation)Set the collation property: Collation of the managed database.ManagedDatabaseUpdateManagedDatabaseUpdate. withCreateMode(ManagedDatabaseCreateMode createMode)Set the createMode property: Managed database create mode.ManagedDatabaseUpdateManagedDatabaseUpdate. withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)Set the longTermRetentionBackupResourceId property: The name of the Long Term Retention backup to be used for restore of this managed database.ManagedDatabaseUpdateManagedDatabaseUpdate. withRecoverableDatabaseId(String recoverableDatabaseId)Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.ManagedDatabaseUpdateManagedDatabaseUpdate. withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)Set the restorableDroppedDatabaseId property: The restorable dropped database resource id to restore when creating this database.ManagedDatabaseUpdateManagedDatabaseUpdate. withRestorePointInTime(OffsetDateTime restorePointInTime)Set the restorePointInTime property: Conditional.ManagedDatabaseUpdateManagedDatabaseUpdate. withSourceDatabaseId(String sourceDatabaseId)Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.ManagedDatabaseUpdateManagedDatabaseUpdate. withStorageContainerSasToken(String storageContainerSasToken)Set the storageContainerSasToken property: Conditional.ManagedDatabaseUpdateManagedDatabaseUpdate. withStorageContainerUri(String storageContainerUri)Set the storageContainerUri property: Conditional.ManagedDatabaseUpdateManagedDatabaseUpdate. withTags(Map<String,String> tags)Set the tags property: Resource tags.
-