Uses of Class
com.microsoft.azure.management.sql.DatabaseUpdate
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of DatabaseUpdate in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionDatabaseUpdate.withCollation
(String collation) Set the collation of the database.DatabaseUpdate.withCreateMode
(CreateMode createMode) Set specifies the mode of database creation.DatabaseUpdate.withEdition
(DatabaseEdition edition) Set the edition of the database.DatabaseUpdate.withElasticPoolName
(String elasticPoolName) Set the name of the elastic pool the database is in.DatabaseUpdate.withMaxSizeBytes
(String maxSizeBytes) Set the max size of the database expressed in bytes.DatabaseUpdate.withReadScale
(ReadScale readScale) Set conditional.DatabaseUpdate.withRecoveryServicesRecoveryPointResourceId
(String recoveryServicesRecoveryPointResourceId) Set conditional.DatabaseUpdate.withRequestedServiceObjectiveId
(UUID requestedServiceObjectiveId) Set the configured service level objective ID of the database.DatabaseUpdate.withRequestedServiceObjectiveName
(ServiceObjectiveName requestedServiceObjectiveName) Set the name of the configured service level objective of the database.DatabaseUpdate.withRestorePointInTime
(org.joda.time.DateTime restorePointInTime) Set conditional.DatabaseUpdate.withSampleName
(SampleName sampleName) Set indicates the name of the sample schema to apply when creating this database.DatabaseUpdate.withSourceDatabaseDeletionDate
(org.joda.time.DateTime sourceDatabaseDeletionDate) Set conditional.DatabaseUpdate.withSourceDatabaseId
(String sourceDatabaseId) Set conditional.Set resource tags.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.