Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseUpdateProperties
Packages that use DatabaseUpdateProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseUpdateProperties in com.azure.resourcemanager.sql.fluent.models
Classes in com.azure.resourcemanager.sql.fluent.models that implement interfaces with type arguments of type DatabaseUpdatePropertiesModifier and TypeClassDescriptionfinal classA database update properties.Methods in com.azure.resourcemanager.sql.fluent.models that return DatabaseUpdatePropertiesModifier and TypeMethodDescriptionstatic DatabaseUpdatePropertiesDatabaseUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseUpdateProperties from the JsonReader.DatabaseUpdateProperties.withAutoPauseDelay(Integer autoPauseDelay) Set the autoPauseDelay property: Time in minutes after which database is automatically paused.DatabaseUpdateProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.DatabaseUpdateProperties.withCollation(String collation) Set the collation property: The collation of the database.DatabaseUpdateProperties.withCreateMode(CreateMode createMode) Set the createMode property: Specifies the mode of database creation.DatabaseUpdateProperties.withElasticPoolId(String elasticPoolId) Set the elasticPoolId property: The resource identifier of the elastic pool containing this database.DatabaseUpdateProperties.withFederatedClientId(UUID federatedClientId) Set the federatedClientId property: The Client id used for cross tenant per database CMK scenario.DatabaseUpdateProperties.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount) Set the highAvailabilityReplicaCount property: The number of secondary replicas associated with the database that are used to provide high availability.DatabaseUpdateProperties.withIsLedgerOn(Boolean isLedgerOn) Set the isLedgerOn property: Whether or not this database is a ledger database, which means all tables in the database are ledger tables.DatabaseUpdateProperties.withLicenseType(DatabaseLicenseType licenseType) Set the licenseType property: The license type to apply for this database.DatabaseUpdateProperties.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId) Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database.DatabaseUpdateProperties.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Maintenance configuration id assigned to the database.DatabaseUpdateProperties.withMaxSizeBytes(Long maxSizeBytes) Set the maxSizeBytes property: The max size of the database expressed in bytes.DatabaseUpdateProperties.withMinCapacity(Double minCapacity) Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused.DatabaseUpdateProperties.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing.DatabaseUpdateProperties.withRecoverableDatabaseId(String recoverableDatabaseId) Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.DatabaseUpdateProperties.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId) Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database.DatabaseUpdateProperties.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this database.DatabaseUpdateProperties.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId) Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database.DatabaseUpdateProperties.withRestorePointInTime(OffsetDateTime restorePointInTime) Set the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database.DatabaseUpdateProperties.withSampleName(SampleName sampleName) Set the sampleName property: The name of the sample schema to apply when creating this database.DatabaseUpdateProperties.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary.DatabaseUpdateProperties.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate) Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.DatabaseUpdateProperties.withSourceDatabaseId(String sourceDatabaseId) Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.DatabaseUpdateProperties.withZoneRedundant(Boolean zoneRedundant) Set the zoneRedundant property: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.