DatabaseUpdate |
DatabaseUpdate.withAutoPauseDelay(Integer autoPauseDelay) |
Set the autoPauseDelay property: Time in minutes after which database is automatically paused.
|
DatabaseUpdate |
DatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation) |
Set the catalogCollation property: Collation of the metadata catalog.
|
DatabaseUpdate |
DatabaseUpdate.withCollation(String collation) |
Set the collation property: The collation of the database.
|
DatabaseUpdate |
DatabaseUpdate.withCreateMode(CreateMode createMode) |
Set the createMode property: Specifies the mode of database creation.
|
DatabaseUpdate |
DatabaseUpdate.withElasticPoolId(String elasticPoolId) |
Set the elasticPoolId property: The resource identifier of the elastic pool containing this database.
|
DatabaseUpdate |
DatabaseUpdate.withLicenseType(DatabaseLicenseType licenseType) |
Set the licenseType property: The license type to apply for this database.
|
DatabaseUpdate |
DatabaseUpdate.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId) |
Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup
associated with create operation of this database.
|
DatabaseUpdate |
DatabaseUpdate.withMaxSizeBytes(Long maxSizeBytes) |
Set the maxSizeBytes property: The max size of the database expressed in bytes.
|
DatabaseUpdate |
DatabaseUpdate.withMinCapacity(Double minCapacity) |
Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused.
|
DatabaseUpdate |
DatabaseUpdate.withReadReplicaCount(Integer readReplicaCount) |
Set the readReplicaCount property: The number of readonly secondary replicas associated with the database to
which readonly application intent connections may be routed.
|
DatabaseUpdate |
DatabaseUpdate.withReadScale(DatabaseReadScale readScale) |
Set the readScale property: If enabled, connections that have application intent set to readonly in their
connection string may be routed to a readonly secondary replica.
|
DatabaseUpdate |
DatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId) |
Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with
create operation of this database.
|
DatabaseUpdate |
DatabaseUpdate.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId) |
Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with
create operation of this database.
|
DatabaseUpdate |
DatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId) |
Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database
associated with create operation of this database.
|
DatabaseUpdate |
DatabaseUpdate.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.
|
DatabaseUpdate |
DatabaseUpdate.withSampleName(SampleName sampleName) |
Set the sampleName property: The name of the sample schema to apply when creating this database.
|
DatabaseUpdate |
DatabaseUpdate.withSku(Sku sku) |
Set the sku property: The name and tier of the SKU.
|
DatabaseUpdate |
DatabaseUpdate.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate) |
Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted.
|
DatabaseUpdate |
DatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId) |
Set the sourceDatabaseId property: The resource identifier of the source database associated with create
operation of this database.
|
DatabaseUpdate |
DatabaseUpdate.withTags(Map<String,String> tags) |
Set the tags property: Resource tags.
|
DatabaseUpdate |
DatabaseUpdate.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.
|