| Modifier and Type | Method and Description |
|---|---|
DatabaseUpdate |
DatabaseUpdate.withCollation(String collation)
Set the collation of the database.
|
DatabaseUpdate |
DatabaseUpdate.withCreateMode(CreateMode createMode)
Set specifies the mode of database creation.
|
DatabaseUpdate |
DatabaseUpdate.withEdition(DatabaseEdition edition)
Set the edition of the database.
|
DatabaseUpdate |
DatabaseUpdate.withElasticPoolName(String elasticPoolName)
Set the name of the elastic pool the database is in.
|
DatabaseUpdate |
DatabaseUpdate.withMaxSizeBytes(String maxSizeBytes)
Set the max size of the database expressed in bytes.
|
DatabaseUpdate |
DatabaseUpdate.withReadScale(ReadScale readScale)
Set conditional.
|
DatabaseUpdate |
DatabaseUpdate.withRecoveryServicesRecoveryPointResourceId(String recoveryServicesRecoveryPointResourceId)
Set conditional.
|
DatabaseUpdate |
DatabaseUpdate.withRequestedServiceObjectiveId(UUID requestedServiceObjectiveId)
Set the configured service level objective ID of the database.
|
DatabaseUpdate |
DatabaseUpdate.withRequestedServiceObjectiveName(ServiceObjectiveName requestedServiceObjectiveName)
Set the name of the configured service level objective of the database.
|
DatabaseUpdate |
DatabaseUpdate.withRestorePointInTime(org.joda.time.DateTime restorePointInTime)
Set conditional.
|
DatabaseUpdate |
DatabaseUpdate.withSampleName(SampleName sampleName)
Set indicates the name of the sample schema to apply when creating this database.
|
DatabaseUpdate |
DatabaseUpdate.withSourceDatabaseDeletionDate(org.joda.time.DateTime sourceDatabaseDeletionDate)
Set conditional.
|
DatabaseUpdate |
DatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)
Set conditional.
|
DatabaseUpdate |
DatabaseUpdate.withTags(Map<String,String> tags)
Set resource tags.
|
DatabaseUpdate |
DatabaseUpdate.withZoneRedundant(Boolean zoneRedundant)
Set whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/