Uses of Class
com.azure.resourcemanager.sql.fluent.models.ManagedDatabaseProperties
Packages that use ManagedDatabaseProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of ManagedDatabaseProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type ManagedDatabasePropertiesModifier and TypeClassDescriptionfinal classThe managed database's properties.Methods in com.azure.resourcemanager.sql.fluent.models that return ManagedDatabasePropertiesModifier and TypeMethodDescriptionstatic ManagedDatabasePropertiesManagedDatabaseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedDatabaseProperties from the JsonReader.ManagedDatabaseProperties.withAutoCompleteRestore(Boolean autoCompleteRestore) Set the autoCompleteRestore property: Whether to auto complete restore of this managed database.ManagedDatabaseProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.ManagedDatabaseProperties.withCollation(String collation) Set the collation property: Collation of the managed database.ManagedDatabaseProperties.withCreateMode(ManagedDatabaseCreateMode createMode) Set the createMode property: Managed database create mode.ManagedDatabaseProperties.withLastBackupName(String lastBackupName) Set the lastBackupName property: Last backup file name for restore of this managed database.ManagedDatabaseProperties.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId) Set the longTermRetentionBackupResourceId property: The name of the Long Term Retention backup to be used for restore of this managed database.ManagedDatabaseProperties.withRecoverableDatabaseId(String recoverableDatabaseId) Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.ManagedDatabaseProperties.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId) Set the restorableDroppedDatabaseId property: The restorable dropped database resource id to restore when creating this database.ManagedDatabaseProperties.withRestorePointInTime(OffsetDateTime restorePointInTime) Set the restorePointInTime property: Conditional.ManagedDatabaseProperties.withSourceDatabaseId(String sourceDatabaseId) Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.ManagedDatabaseProperties.withStorageContainerSasToken(String storageContainerSasToken) Set the storageContainerSasToken property: Conditional.ManagedDatabaseProperties.withStorageContainerUri(String storageContainerUri) Set the storageContainerUri property: Conditional.