Uses of Class
com.azure.resourcemanager.sql.fluent.models.DatabaseProperties
Packages that use DatabaseProperties
Package
Description
Package containing the inner data models for SqlManagementClient.
-
Uses of DatabaseProperties in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return DatabasePropertiesModifier and TypeMethodDescriptionstatic DatabasePropertiesDatabaseProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseProperties from the JsonReader.DatabaseProperties.withAutoPauseDelay(Integer autoPauseDelay) Set the autoPauseDelay property: Time in minutes after which database is automatically paused.DatabaseProperties.withCatalogCollation(CatalogCollationType catalogCollation) Set the catalogCollation property: Collation of the metadata catalog.DatabaseProperties.withCollation(String collation) Set the collation property: The collation of the database.DatabaseProperties.withCreateMode(CreateMode createMode) Set the createMode property: Specifies the mode of database creation.DatabaseProperties.withElasticPoolId(String elasticPoolId) Set the elasticPoolId property: The resource identifier of the elastic pool containing this database.DatabaseProperties.withFederatedClientId(UUID federatedClientId) Set the federatedClientId property: The Client id used for cross tenant per database CMK scenario.DatabaseProperties.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount) Set the highAvailabilityReplicaCount property: The number of secondary replicas associated with the database that are used to provide high availability.DatabaseProperties.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.DatabaseProperties.withLicenseType(DatabaseLicenseType licenseType) Set the licenseType property: The license type to apply for this database.DatabaseProperties.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId) Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database.DatabaseProperties.withMaintenanceConfigurationId(String maintenanceConfigurationId) Set the maintenanceConfigurationId property: Maintenance configuration id assigned to the database.DatabaseProperties.withMaxSizeBytes(Long maxSizeBytes) Set the maxSizeBytes property: The max size of the database expressed in bytes.DatabaseProperties.withMinCapacity(Double minCapacity) Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused.DatabaseProperties.withReadScale(DatabaseReadScale readScale) Set the readScale property: The state of read-only routing.DatabaseProperties.withRecoverableDatabaseId(String recoverableDatabaseId) Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database.DatabaseProperties.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId) Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database.DatabaseProperties.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy) Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this database.DatabaseProperties.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId) Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database.DatabaseProperties.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.DatabaseProperties.withSampleName(SampleName sampleName) Set the sampleName property: The name of the sample schema to apply when creating this database.DatabaseProperties.withSecondaryType(SecondaryType secondaryType) Set the secondaryType property: The secondary type of the database if it is a secondary.DatabaseProperties.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate) Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.DatabaseProperties.withSourceDatabaseId(String sourceDatabaseId) Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database.DatabaseProperties.withSourceResourceId(String sourceResourceId) Set the sourceResourceId property: The resource identifier of the source associated with the create operation of this database.DatabaseProperties.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.