azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

866 строки
70 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate"
name: "DatabaseUpdate"
nameWithType: "DatabaseUpdate"
summary: "A database update resource."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **DatabaseUpdate**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.DatabaseUpdate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.DatabaseUpdate()"
name: "DatabaseUpdate()"
nameWithType: "DatabaseUpdate.DatabaseUpdate()"
summary: "Creates an instance of Database<wbr>Update class."
syntax: "public DatabaseUpdate()"
desc: "Creates an instance of DatabaseUpdate class."
methods:
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.autoPauseDelay()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.autoPauseDelay()"
name: "autoPauseDelay()"
nameWithType: "DatabaseUpdate.autoPauseDelay()"
summary: "Get the auto<wbr>Pause<wbr>Delay property: Time in minutes after which database is automatically paused."
syntax: "public Integer autoPauseDelay()"
desc: "Get the autoPauseDelay property: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled."
returns:
description: "the autoPauseDelay value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.catalogCollation()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.catalogCollation()"
name: "catalogCollation()"
nameWithType: "DatabaseUpdate.catalogCollation()"
summary: "Get the catalog<wbr>Collation property: Collation of the metadata catalog."
syntax: "public CatalogCollationType catalogCollation()"
desc: "Get the catalogCollation property: Collation of the metadata catalog."
returns:
description: "the catalogCollation value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.CatalogCollationType?alt=com.azure.resourcemanager.sql.models.CatalogCollationType&text=CatalogCollationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.collation()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.collation()"
name: "collation()"
nameWithType: "DatabaseUpdate.collation()"
summary: "Get the collation property: The collation of the database."
syntax: "public String collation()"
desc: "Get the collation property: The collation of the database."
returns:
description: "the collation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.createMode()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.createMode()"
name: "createMode()"
nameWithType: "DatabaseUpdate.createMode()"
summary: "Get the create<wbr>Mode property: Specifies the mode of database creation."
syntax: "public CreateMode createMode()"
desc: "Get the createMode property: Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database. PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified. Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore. Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time. RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID. Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition."
returns:
description: "the createMode value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.CreateMode?alt=com.azure.resourcemanager.sql.models.CreateMode&text=CreateMode\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.creationDate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.creationDate()"
name: "creationDate()"
nameWithType: "DatabaseUpdate.creationDate()"
summary: "Get the creation<wbr>Date property: The creation date of the database (ISO8601 format)."
syntax: "public OffsetDateTime creationDate()"
desc: "Get the creationDate property: The creation date of the database (ISO8601 format)."
returns:
description: "the creationDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentBackupStorageRedundancy()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentBackupStorageRedundancy()"
name: "currentBackupStorageRedundancy()"
nameWithType: "DatabaseUpdate.currentBackupStorageRedundancy()"
summary: "Get the current<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type used to store backups for this database."
syntax: "public BackupStorageRedundancy currentBackupStorageRedundancy()"
desc: "Get the currentBackupStorageRedundancy property: The storage account type used to store backups for this database."
returns:
description: "the currentBackupStorageRedundancy value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentServiceObjectiveName()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentServiceObjectiveName()"
name: "currentServiceObjectiveName()"
nameWithType: "DatabaseUpdate.currentServiceObjectiveName()"
summary: "Get the current<wbr>Service<wbr>Objective<wbr>Name property: The current service level objective name of the database."
syntax: "public String currentServiceObjectiveName()"
desc: "Get the currentServiceObjectiveName property: The current service level objective name of the database."
returns:
description: "the currentServiceObjectiveName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentSku()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.currentSku()"
name: "currentSku()"
nameWithType: "DatabaseUpdate.currentSku()"
summary: "Get the current<wbr>Sku property: The name and tier of the SKU."
syntax: "public Sku currentSku()"
desc: "Get the currentSku property: The name and tier of the SKU."
returns:
description: "the currentSku value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.Sku?alt=com.azure.resourcemanager.sql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.databaseId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.databaseId()"
name: "databaseId()"
nameWithType: "DatabaseUpdate.databaseId()"
summary: "Get the database<wbr>Id property: The ID of the database."
syntax: "public UUID databaseId()"
desc: "Get the databaseId property: The ID of the database."
returns:
description: "the databaseId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.defaultSecondaryLocation()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.defaultSecondaryLocation()"
name: "defaultSecondaryLocation()"
nameWithType: "DatabaseUpdate.defaultSecondaryLocation()"
summary: "Get the default<wbr>Secondary<wbr>Location property: The default secondary region for this database."
syntax: "public String defaultSecondaryLocation()"
desc: "Get the defaultSecondaryLocation property: The default secondary region for this database."
returns:
description: "the defaultSecondaryLocation value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.earliestRestoreDate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.earliestRestoreDate()"
name: "earliestRestoreDate()"
nameWithType: "DatabaseUpdate.earliestRestoreDate()"
summary: "Get the earliest<wbr>Restore<wbr>Date property: This records the earliest start date and time that restore is available for this database (ISO8601 format)."
syntax: "public OffsetDateTime earliestRestoreDate()"
desc: "Get the earliestRestoreDate property: This records the earliest start date and time that restore is available for this database (ISO8601 format)."
returns:
description: "the earliestRestoreDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.elasticPoolId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.elasticPoolId()"
name: "elasticPoolId()"
nameWithType: "DatabaseUpdate.elasticPoolId()"
summary: "Get the elastic<wbr>Pool<wbr>Id property: The resource identifier of the elastic pool containing this database."
syntax: "public String elasticPoolId()"
desc: "Get the elasticPoolId property: The resource identifier of the elastic pool containing this database."
returns:
description: "the elasticPoolId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.failoverGroupId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.failoverGroupId()"
name: "failoverGroupId()"
nameWithType: "DatabaseUpdate.failoverGroupId()"
summary: "Get the failover<wbr>Group<wbr>Id property: Failover Group resource identifier that this database belongs to."
syntax: "public String failoverGroupId()"
desc: "Get the failoverGroupId property: Failover Group resource identifier that this database belongs to."
returns:
description: "the failoverGroupId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.federatedClientId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.federatedClientId()"
name: "federatedClientId()"
nameWithType: "DatabaseUpdate.federatedClientId()"
summary: "Get the federated<wbr>Client<wbr>Id property: The Client id used for cross tenant per database CMK scenario."
syntax: "public UUID federatedClientId()"
desc: "Get the federatedClientId property: The Client id used for cross tenant per database CMK scenario."
returns:
description: "the federatedClientId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "DatabaseUpdate.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Database<wbr>Update from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static DatabaseUpdate fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the DatabaseUpdate."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of DatabaseUpdate from the JsonReader."
returns:
description: "An instance of DatabaseUpdate if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.highAvailabilityReplicaCount()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.highAvailabilityReplicaCount()"
name: "highAvailabilityReplicaCount()"
nameWithType: "DatabaseUpdate.highAvailabilityReplicaCount()"
summary: "Get the high<wbr>Availability<wbr>Replica<wbr>Count property: The number of secondary replicas associated with the database that are used to provide high availability."
syntax: "public Integer highAvailabilityReplicaCount()"
desc: "Get the highAvailabilityReplicaCount property: The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool."
returns:
description: "the highAvailabilityReplicaCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.identity()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.identity()"
name: "identity()"
nameWithType: "DatabaseUpdate.identity()"
summary: "Get the identity property: Database identity."
syntax: "public DatabaseIdentity identity()"
desc: "Get the identity property: Database identity."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseIdentity?alt=com.azure.resourcemanager.sql.models.DatabaseIdentity&text=DatabaseIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.isInfraEncryptionEnabled()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.isInfraEncryptionEnabled()"
name: "isInfraEncryptionEnabled()"
nameWithType: "DatabaseUpdate.isInfraEncryptionEnabled()"
summary: "Get the is<wbr>Infra<wbr>Encryption<wbr>Enabled property: Infra encryption is enabled for this database."
syntax: "public Boolean isInfraEncryptionEnabled()"
desc: "Get the isInfraEncryptionEnabled property: Infra encryption is enabled for this database."
returns:
description: "the isInfraEncryptionEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.isLedgerOn()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.isLedgerOn()"
name: "isLedgerOn()"
nameWithType: "DatabaseUpdate.isLedgerOn()"
summary: "Get the is<wbr>Ledger<wbr>On property: Whether or not this database is a ledger database, which means all tables in the database are ledger tables."
syntax: "public Boolean isLedgerOn()"
desc: "Get the isLedgerOn property: Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created."
returns:
description: "the isLedgerOn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.licenseType()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.licenseType()"
name: "licenseType()"
nameWithType: "DatabaseUpdate.licenseType()"
summary: "Get the license<wbr>Type property: The license type to apply for this database."
syntax: "public DatabaseLicenseType licenseType()"
desc: "Get the licenseType property: The license type to apply for this database. \\`LicenseIncluded\\` if you need a license, or \\`BasePrice\\` if you have a license and are eligible for the Azure Hybrid Benefit."
returns:
description: "the licenseType value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseLicenseType?alt=com.azure.resourcemanager.sql.models.DatabaseLicenseType&text=DatabaseLicenseType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.longTermRetentionBackupResourceId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.longTermRetentionBackupResourceId()"
name: "longTermRetentionBackupResourceId()"
nameWithType: "DatabaseUpdate.longTermRetentionBackupResourceId()"
summary: "Get the long<wbr>Term<wbr>Retention<wbr>Backup<wbr>Resource<wbr>Id property: The resource identifier of the long term retention backup associated with create operation of this database."
syntax: "public String longTermRetentionBackupResourceId()"
desc: "Get the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database."
returns:
description: "the longTermRetentionBackupResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maintenanceConfigurationId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maintenanceConfigurationId()"
name: "maintenanceConfigurationId()"
nameWithType: "DatabaseUpdate.maintenanceConfigurationId()"
summary: "Get the maintenance<wbr>Configuration<wbr>Id property: Maintenance configuration id assigned to the database."
syntax: "public String maintenanceConfigurationId()"
desc: "Get the maintenanceConfigurationId property: Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur."
returns:
description: "the maintenanceConfigurationId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maxLogSizeBytes()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maxLogSizeBytes()"
name: "maxLogSizeBytes()"
nameWithType: "DatabaseUpdate.maxLogSizeBytes()"
summary: "Get the max<wbr>Log<wbr>Size<wbr>Bytes property: The max log size for this database."
syntax: "public Long maxLogSizeBytes()"
desc: "Get the maxLogSizeBytes property: The max log size for this database."
returns:
description: "the maxLogSizeBytes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maxSizeBytes()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.maxSizeBytes()"
name: "maxSizeBytes()"
nameWithType: "DatabaseUpdate.maxSizeBytes()"
summary: "Get the max<wbr>Size<wbr>Bytes property: The max size of the database expressed in bytes."
syntax: "public Long maxSizeBytes()"
desc: "Get the maxSizeBytes property: The max size of the database expressed in bytes."
returns:
description: "the maxSizeBytes value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.minCapacity()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.minCapacity()"
name: "minCapacity()"
nameWithType: "DatabaseUpdate.minCapacity()"
summary: "Get the min<wbr>Capacity property: Minimal capacity that database will always have allocated, if not paused."
syntax: "public Double minCapacity()"
desc: "Get the minCapacity property: Minimal capacity that database will always have allocated, if not paused."
returns:
description: "the minCapacity value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.pausedDate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.pausedDate()"
name: "pausedDate()"
nameWithType: "DatabaseUpdate.pausedDate()"
summary: "Get the paused<wbr>Date property: The date when database was paused by user configuration or action(ISO8601 format)."
syntax: "public OffsetDateTime pausedDate()"
desc: "Get the pausedDate property: The date when database was paused by user configuration or action(ISO8601 format). Null if the database is ready."
returns:
description: "the pausedDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.readScale()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.readScale()"
name: "readScale()"
nameWithType: "DatabaseUpdate.readScale()"
summary: "Get the read<wbr>Scale property: The state of read-only routing."
syntax: "public DatabaseReadScale readScale()"
desc: "Get the readScale property: The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool."
returns:
description: "the readScale value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseReadScale?alt=com.azure.resourcemanager.sql.models.DatabaseReadScale&text=DatabaseReadScale\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.recoverableDatabaseId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.recoverableDatabaseId()"
name: "recoverableDatabaseId()"
nameWithType: "DatabaseUpdate.recoverableDatabaseId()"
summary: "Get the recoverable<wbr>Database<wbr>Id property: The resource identifier of the recoverable database associated with create operation of this database."
syntax: "public String recoverableDatabaseId()"
desc: "Get the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database."
returns:
description: "the recoverableDatabaseId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.recoveryServicesRecoveryPointId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.recoveryServicesRecoveryPointId()"
name: "recoveryServicesRecoveryPointId()"
nameWithType: "DatabaseUpdate.recoveryServicesRecoveryPointId()"
summary: "Get the recovery<wbr>Services<wbr>Recovery<wbr>Point<wbr>Id property: The resource identifier of the recovery point associated with create operation of this database."
syntax: "public String recoveryServicesRecoveryPointId()"
desc: "Get the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database."
returns:
description: "the recoveryServicesRecoveryPointId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.requestedBackupStorageRedundancy()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.requestedBackupStorageRedundancy()"
name: "requestedBackupStorageRedundancy()"
nameWithType: "DatabaseUpdate.requestedBackupStorageRedundancy()"
summary: "Get the requested<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type to be used to store backups for this database."
syntax: "public BackupStorageRedundancy requestedBackupStorageRedundancy()"
desc: "Get the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this database."
returns:
description: "the requestedBackupStorageRedundancy value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.requestedServiceObjectiveName()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.requestedServiceObjectiveName()"
name: "requestedServiceObjectiveName()"
nameWithType: "DatabaseUpdate.requestedServiceObjectiveName()"
summary: "Get the requested<wbr>Service<wbr>Objective<wbr>Name property: The requested service level objective name of the database."
syntax: "public String requestedServiceObjectiveName()"
desc: "Get the requestedServiceObjectiveName property: The requested service level objective name of the database."
returns:
description: "the requestedServiceObjectiveName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.restorableDroppedDatabaseId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.restorableDroppedDatabaseId()"
name: "restorableDroppedDatabaseId()"
nameWithType: "DatabaseUpdate.restorableDroppedDatabaseId()"
summary: "Get the restorable<wbr>Dropped<wbr>Database<wbr>Id property: The resource identifier of the restorable dropped database associated with create operation of this database."
syntax: "public String restorableDroppedDatabaseId()"
desc: "Get the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database."
returns:
description: "the restorableDroppedDatabaseId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.restorePointInTime()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.restorePointInTime()"
name: "restorePointInTime()"
nameWithType: "DatabaseUpdate.restorePointInTime()"
summary: "Get the restore<wbr>Point<wbr>InTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
syntax: "public OffsetDateTime restorePointInTime()"
desc: "Get the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
returns:
description: "the restorePointInTime value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.resumedDate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.resumedDate()"
name: "resumedDate()"
nameWithType: "DatabaseUpdate.resumedDate()"
summary: "Get the resumed<wbr>Date property: The date when database was resumed by user action or database login (ISO8601 format)."
syntax: "public OffsetDateTime resumedDate()"
desc: "Get the resumedDate property: The date when database was resumed by user action or database login (ISO8601 format). Null if the database is paused."
returns:
description: "the resumedDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sampleName()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sampleName()"
name: "sampleName()"
nameWithType: "DatabaseUpdate.sampleName()"
summary: "Get the sample<wbr>Name property: The name of the sample schema to apply when creating this database."
syntax: "public SampleName sampleName()"
desc: "Get the sampleName property: The name of the sample schema to apply when creating this database."
returns:
description: "the sampleName value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.SampleName?alt=com.azure.resourcemanager.sql.models.SampleName&text=SampleName\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.secondaryType()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.secondaryType()"
name: "secondaryType()"
nameWithType: "DatabaseUpdate.secondaryType()"
summary: "Get the secondary<wbr>Type property: The secondary type of the database if it is a secondary."
syntax: "public SecondaryType secondaryType()"
desc: "Get the secondaryType property: The secondary type of the database if it is a secondary. Valid values are Geo and Named."
returns:
description: "the secondaryType value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.SecondaryType?alt=com.azure.resourcemanager.sql.models.SecondaryType&text=SecondaryType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sku()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sku()"
name: "sku()"
nameWithType: "DatabaseUpdate.sku()"
summary: "Get the sku property: The name and tier of the SKU."
syntax: "public Sku sku()"
desc: "Get the sku property: The name and tier of the SKU."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.Sku?alt=com.azure.resourcemanager.sql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sourceDatabaseDeletionDate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sourceDatabaseDeletionDate()"
name: "sourceDatabaseDeletionDate()"
nameWithType: "DatabaseUpdate.sourceDatabaseDeletionDate()"
summary: "Get the source<wbr>Database<wbr>Deletion<wbr>Date property: Specifies the time that the database was deleted."
syntax: "public OffsetDateTime sourceDatabaseDeletionDate()"
desc: "Get the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted."
returns:
description: "the sourceDatabaseDeletionDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sourceDatabaseId()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.sourceDatabaseId()"
name: "sourceDatabaseId()"
nameWithType: "DatabaseUpdate.sourceDatabaseId()"
summary: "Get the source<wbr>Database<wbr>Id property: The resource identifier of the source database associated with create operation of this database."
syntax: "public String sourceDatabaseId()"
desc: "Get the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database."
returns:
description: "the sourceDatabaseId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.status()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.status()"
name: "status()"
nameWithType: "DatabaseUpdate.status()"
summary: "Get the status property: The status of the database."
syntax: "public DatabaseStatus status()"
desc: "Get the status property: The status of the database."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseStatus?alt=com.azure.resourcemanager.sql.models.DatabaseStatus&text=DatabaseStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.tags()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.tags()"
name: "tags()"
nameWithType: "DatabaseUpdate.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: Resource tags."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "DatabaseUpdate.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.validate()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.validate()"
name: "validate()"
nameWithType: "DatabaseUpdate.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withAutoPauseDelay(java.lang.Integer)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withAutoPauseDelay(Integer autoPauseDelay)"
name: "withAutoPauseDelay(Integer autoPauseDelay)"
nameWithType: "DatabaseUpdate.withAutoPauseDelay(Integer autoPauseDelay)"
summary: "Set the auto<wbr>Pause<wbr>Delay property: Time in minutes after which database is automatically paused."
parameters:
- description: "the autoPauseDelay value to set."
name: "autoPauseDelay"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public DatabaseUpdate withAutoPauseDelay(Integer autoPauseDelay)"
desc: "Set the autoPauseDelay property: Time in minutes after which database is automatically paused. A value of -1 means that automatic pause is disabled."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCatalogCollation(com.azure.resourcemanager.sql.models.CatalogCollationType)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)"
name: "withCatalogCollation(CatalogCollationType catalogCollation)"
nameWithType: "DatabaseUpdate.withCatalogCollation(CatalogCollationType catalogCollation)"
summary: "Set the catalog<wbr>Collation property: Collation of the metadata catalog."
parameters:
- description: "the catalogCollation value to set."
name: "catalogCollation"
type: "<xref href=\"com.azure.resourcemanager.sql.models.CatalogCollationType?alt=com.azure.resourcemanager.sql.models.CatalogCollationType&text=CatalogCollationType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withCatalogCollation(CatalogCollationType catalogCollation)"
desc: "Set the catalogCollation property: Collation of the metadata catalog."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCollation(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCollation(String collation)"
name: "withCollation(String collation)"
nameWithType: "DatabaseUpdate.withCollation(String collation)"
summary: "Set the collation property: The collation of the database."
parameters:
- description: "the collation value to set."
name: "collation"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withCollation(String collation)"
desc: "Set the collation property: The collation of the database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCreateMode(com.azure.resourcemanager.sql.models.CreateMode)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withCreateMode(CreateMode createMode)"
name: "withCreateMode(CreateMode createMode)"
nameWithType: "DatabaseUpdate.withCreateMode(CreateMode createMode)"
summary: "Set the create<wbr>Mode property: Specifies the mode of database creation."
parameters:
- description: "the createMode value to set."
name: "createMode"
type: "<xref href=\"com.azure.resourcemanager.sql.models.CreateMode?alt=com.azure.resourcemanager.sql.models.CreateMode&text=CreateMode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withCreateMode(CreateMode createMode)"
desc: "Set the createMode property: Specifies the mode of database creation. Default: regular database creation. Copy: creates a database as a copy of an existing database. sourceDatabaseId must be specified as the resource ID of the source database. Secondary: creates a database as a secondary replica of an existing database. sourceDatabaseId must be specified as the resource ID of the existing primary database. PointInTimeRestore: Creates a database by restoring a point in time backup of an existing database. sourceDatabaseId must be specified as the resource ID of the existing database, and restorePointInTime must be specified. Recovery: Creates a database by restoring a geo-replicated backup. sourceDatabaseId must be specified as the recoverable database resource ID to restore. Restore: Creates a database by restoring a backup of a deleted database. sourceDatabaseId must be specified. If sourceDatabaseId is the database's original resource ID, then sourceDatabaseDeletionDate must be specified. Otherwise sourceDatabaseId must be the restorable dropped database resource ID and sourceDatabaseDeletionDate is ignored. restorePointInTime may also be specified to restore from an earlier point in time. RestoreLongTermRetentionBackup: Creates a database by restoring from a long term retention vault. recoveryServicesRecoveryPointResourceId must be specified as the recovery point resource ID. Copy, Secondary, and RestoreLongTermRetentionBackup are not supported for DataWarehouse edition."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withElasticPoolId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withElasticPoolId(String elasticPoolId)"
name: "withElasticPoolId(String elasticPoolId)"
nameWithType: "DatabaseUpdate.withElasticPoolId(String elasticPoolId)"
summary: "Set the elastic<wbr>Pool<wbr>Id property: The resource identifier of the elastic pool containing this database."
parameters:
- description: "the elasticPoolId value to set."
name: "elasticPoolId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withElasticPoolId(String elasticPoolId)"
desc: "Set the elasticPoolId property: The resource identifier of the elastic pool containing this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withFederatedClientId(java.util.UUID)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withFederatedClientId(UUID federatedClientId)"
name: "withFederatedClientId(UUID federatedClientId)"
nameWithType: "DatabaseUpdate.withFederatedClientId(UUID federatedClientId)"
summary: "Set the federated<wbr>Client<wbr>Id property: The Client id used for cross tenant per database CMK scenario."
parameters:
- description: "the federatedClientId value to set."
name: "federatedClientId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public DatabaseUpdate withFederatedClientId(UUID federatedClientId)"
desc: "Set the federatedClientId property: The Client id used for cross tenant per database CMK scenario."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withHighAvailabilityReplicaCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount)"
name: "withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount)"
nameWithType: "DatabaseUpdate.withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount)"
summary: "Set the high<wbr>Availability<wbr>Replica<wbr>Count property: The number of secondary replicas associated with the database that are used to provide high availability."
parameters:
- description: "the highAvailabilityReplicaCount value to set."
name: "highAvailabilityReplicaCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public DatabaseUpdate withHighAvailabilityReplicaCount(Integer highAvailabilityReplicaCount)"
desc: "Set the highAvailabilityReplicaCount property: The number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withIdentity(com.azure.resourcemanager.sql.models.DatabaseIdentity)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withIdentity(DatabaseIdentity identity)"
name: "withIdentity(DatabaseIdentity identity)"
nameWithType: "DatabaseUpdate.withIdentity(DatabaseIdentity identity)"
summary: "Set the identity property: Database identity."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseIdentity?alt=com.azure.resourcemanager.sql.models.DatabaseIdentity&text=DatabaseIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withIdentity(DatabaseIdentity identity)"
desc: "Set the identity property: Database identity."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withIsLedgerOn(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withIsLedgerOn(Boolean isLedgerOn)"
name: "withIsLedgerOn(Boolean isLedgerOn)"
nameWithType: "DatabaseUpdate.withIsLedgerOn(Boolean isLedgerOn)"
summary: "Set the is<wbr>Ledger<wbr>On property: Whether or not this database is a ledger database, which means all tables in the database are ledger tables."
parameters:
- description: "the isLedgerOn value to set."
name: "isLedgerOn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public DatabaseUpdate withIsLedgerOn(Boolean isLedgerOn)"
desc: "Set the isLedgerOn property: Whether or not this database is a ledger database, which means all tables in the database are ledger tables. Note: the value of this property cannot be changed after the database has been created."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withLicenseType(com.azure.resourcemanager.sql.models.DatabaseLicenseType)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withLicenseType(DatabaseLicenseType licenseType)"
name: "withLicenseType(DatabaseLicenseType licenseType)"
nameWithType: "DatabaseUpdate.withLicenseType(DatabaseLicenseType licenseType)"
summary: "Set the license<wbr>Type property: The license type to apply for this database."
parameters:
- description: "the licenseType value to set."
name: "licenseType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseLicenseType?alt=com.azure.resourcemanager.sql.models.DatabaseLicenseType&text=DatabaseLicenseType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withLicenseType(DatabaseLicenseType licenseType)"
desc: "Set the licenseType property: The license type to apply for this database. \\`LicenseIncluded\\` if you need a license, or \\`BasePrice\\` if you have a license and are eligible for the Azure Hybrid Benefit."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withLongTermRetentionBackupResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)"
name: "withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)"
nameWithType: "DatabaseUpdate.withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)"
summary: "Set the long<wbr>Term<wbr>Retention<wbr>Backup<wbr>Resource<wbr>Id property: The resource identifier of the long term retention backup associated with create operation of this database."
parameters:
- description: "the longTermRetentionBackupResourceId value to set."
name: "longTermRetentionBackupResourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withLongTermRetentionBackupResourceId(String longTermRetentionBackupResourceId)"
desc: "Set the longTermRetentionBackupResourceId property: The resource identifier of the long term retention backup associated with create operation of this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMaintenanceConfigurationId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMaintenanceConfigurationId(String maintenanceConfigurationId)"
name: "withMaintenanceConfigurationId(String maintenanceConfigurationId)"
nameWithType: "DatabaseUpdate.withMaintenanceConfigurationId(String maintenanceConfigurationId)"
summary: "Set the maintenance<wbr>Configuration<wbr>Id property: Maintenance configuration id assigned to the database."
parameters:
- description: "the maintenanceConfigurationId value to set."
name: "maintenanceConfigurationId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withMaintenanceConfigurationId(String maintenanceConfigurationId)"
desc: "Set the maintenanceConfigurationId property: Maintenance configuration id assigned to the database. This configuration defines the period when the maintenance updates will occur."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMaxSizeBytes(java.lang.Long)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMaxSizeBytes(Long maxSizeBytes)"
name: "withMaxSizeBytes(Long maxSizeBytes)"
nameWithType: "DatabaseUpdate.withMaxSizeBytes(Long maxSizeBytes)"
summary: "Set the max<wbr>Size<wbr>Bytes property: The max size of the database expressed in bytes."
parameters:
- description: "the maxSizeBytes value to set."
name: "maxSizeBytes"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
syntax: "public DatabaseUpdate withMaxSizeBytes(Long maxSizeBytes)"
desc: "Set the maxSizeBytes property: The max size of the database expressed in bytes."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMinCapacity(java.lang.Double)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withMinCapacity(Double minCapacity)"
name: "withMinCapacity(Double minCapacity)"
nameWithType: "DatabaseUpdate.withMinCapacity(Double minCapacity)"
summary: "Set the min<wbr>Capacity property: Minimal capacity that database will always have allocated, if not paused."
parameters:
- description: "the minCapacity value to set."
name: "minCapacity"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html\">Double</a>"
syntax: "public DatabaseUpdate withMinCapacity(Double minCapacity)"
desc: "Set the minCapacity property: Minimal capacity that database will always have allocated, if not paused."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withReadScale(com.azure.resourcemanager.sql.models.DatabaseReadScale)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withReadScale(DatabaseReadScale readScale)"
name: "withReadScale(DatabaseReadScale readScale)"
nameWithType: "DatabaseUpdate.withReadScale(DatabaseReadScale readScale)"
summary: "Set the read<wbr>Scale property: The state of read-only routing."
parameters:
- description: "the readScale value to set."
name: "readScale"
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseReadScale?alt=com.azure.resourcemanager.sql.models.DatabaseReadScale&text=DatabaseReadScale\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withReadScale(DatabaseReadScale readScale)"
desc: "Set the readScale property: The state of read-only routing. If enabled, connections that have application intent set to readonly in their connection string may be routed to a readonly secondary replica in the same region. Not applicable to a Hyperscale database within an elastic pool."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRecoverableDatabaseId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)"
name: "withRecoverableDatabaseId(String recoverableDatabaseId)"
nameWithType: "DatabaseUpdate.withRecoverableDatabaseId(String recoverableDatabaseId)"
summary: "Set the recoverable<wbr>Database<wbr>Id property: The resource identifier of the recoverable database associated with create operation of this database."
parameters:
- description: "the recoverableDatabaseId value to set."
name: "recoverableDatabaseId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withRecoverableDatabaseId(String recoverableDatabaseId)"
desc: "Set the recoverableDatabaseId property: The resource identifier of the recoverable database associated with create operation of this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRecoveryServicesRecoveryPointId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId)"
name: "withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId)"
nameWithType: "DatabaseUpdate.withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId)"
summary: "Set the recovery<wbr>Services<wbr>Recovery<wbr>Point<wbr>Id property: The resource identifier of the recovery point associated with create operation of this database."
parameters:
- description: "the recoveryServicesRecoveryPointId value to set."
name: "recoveryServicesRecoveryPointId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withRecoveryServicesRecoveryPointId(String recoveryServicesRecoveryPointId)"
desc: "Set the recoveryServicesRecoveryPointId property: The resource identifier of the recovery point associated with create operation of this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRequestedBackupStorageRedundancy(com.azure.resourcemanager.sql.models.BackupStorageRedundancy)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
name: "withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
nameWithType: "DatabaseUpdate.withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
summary: "Set the requested<wbr>Backup<wbr>Storage<wbr>Redundancy property: The storage account type to be used to store backups for this database."
parameters:
- description: "the requestedBackupStorageRedundancy value to set."
name: "requestedBackupStorageRedundancy"
type: "<xref href=\"com.azure.resourcemanager.sql.models.BackupStorageRedundancy?alt=com.azure.resourcemanager.sql.models.BackupStorageRedundancy&text=BackupStorageRedundancy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withRequestedBackupStorageRedundancy(BackupStorageRedundancy requestedBackupStorageRedundancy)"
desc: "Set the requestedBackupStorageRedundancy property: The storage account type to be used to store backups for this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRestorableDroppedDatabaseId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
name: "withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
nameWithType: "DatabaseUpdate.withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
summary: "Set the restorable<wbr>Dropped<wbr>Database<wbr>Id property: The resource identifier of the restorable dropped database associated with create operation of this database."
parameters:
- description: "the restorableDroppedDatabaseId value to set."
name: "restorableDroppedDatabaseId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withRestorableDroppedDatabaseId(String restorableDroppedDatabaseId)"
desc: "Set the restorableDroppedDatabaseId property: The resource identifier of the restorable dropped database associated with create operation of this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRestorePointInTime(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withRestorePointInTime(OffsetDateTime restorePointInTime)"
name: "withRestorePointInTime(OffsetDateTime restorePointInTime)"
nameWithType: "DatabaseUpdate.withRestorePointInTime(OffsetDateTime restorePointInTime)"
summary: "Set the restore<wbr>Point<wbr>InTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
parameters:
- description: "the restorePointInTime value to set."
name: "restorePointInTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public DatabaseUpdate withRestorePointInTime(OffsetDateTime restorePointInTime)"
desc: "Set the restorePointInTime property: Specifies the point in time (ISO8601 format) of the source database that will be restored to create the new database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSampleName(com.azure.resourcemanager.sql.models.SampleName)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSampleName(SampleName sampleName)"
name: "withSampleName(SampleName sampleName)"
nameWithType: "DatabaseUpdate.withSampleName(SampleName sampleName)"
summary: "Set the sample<wbr>Name property: The name of the sample schema to apply when creating this database."
parameters:
- description: "the sampleName value to set."
name: "sampleName"
type: "<xref href=\"com.azure.resourcemanager.sql.models.SampleName?alt=com.azure.resourcemanager.sql.models.SampleName&text=SampleName\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withSampleName(SampleName sampleName)"
desc: "Set the sampleName property: The name of the sample schema to apply when creating this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSecondaryType(com.azure.resourcemanager.sql.models.SecondaryType)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSecondaryType(SecondaryType secondaryType)"
name: "withSecondaryType(SecondaryType secondaryType)"
nameWithType: "DatabaseUpdate.withSecondaryType(SecondaryType secondaryType)"
summary: "Set the secondary<wbr>Type property: The secondary type of the database if it is a secondary."
parameters:
- description: "the secondaryType value to set."
name: "secondaryType"
type: "<xref href=\"com.azure.resourcemanager.sql.models.SecondaryType?alt=com.azure.resourcemanager.sql.models.SecondaryType&text=SecondaryType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withSecondaryType(SecondaryType secondaryType)"
desc: "Set the secondaryType property: The secondary type of the database if it is a secondary. Valid values are Geo and Named."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSku(com.azure.resourcemanager.sql.models.Sku)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSku(Sku sku)"
name: "withSku(Sku sku)"
nameWithType: "DatabaseUpdate.withSku(Sku sku)"
summary: "Set the sku property: The name and tier of the SKU."
parameters:
- description: "the sku value to set."
name: "sku"
type: "<xref href=\"com.azure.resourcemanager.sql.models.Sku?alt=com.azure.resourcemanager.sql.models.Sku&text=Sku\" data-throw-if-not-resolved=\"False\" />"
syntax: "public DatabaseUpdate withSku(Sku sku)"
desc: "Set the sku property: The name and tier of the SKU."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSourceDatabaseDeletionDate(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)"
name: "withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)"
nameWithType: "DatabaseUpdate.withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)"
summary: "Set the source<wbr>Database<wbr>Deletion<wbr>Date property: Specifies the time that the database was deleted."
parameters:
- description: "the sourceDatabaseDeletionDate value to set."
name: "sourceDatabaseDeletionDate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public DatabaseUpdate withSourceDatabaseDeletionDate(OffsetDateTime sourceDatabaseDeletionDate)"
desc: "Set the sourceDatabaseDeletionDate property: Specifies the time that the database was deleted."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSourceDatabaseId(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)"
name: "withSourceDatabaseId(String sourceDatabaseId)"
nameWithType: "DatabaseUpdate.withSourceDatabaseId(String sourceDatabaseId)"
summary: "Set the source<wbr>Database<wbr>Id property: The resource identifier of the source database associated with create operation of this database."
parameters:
- description: "the sourceDatabaseId value to set."
name: "sourceDatabaseId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public DatabaseUpdate withSourceDatabaseId(String sourceDatabaseId)"
desc: "Set the sourceDatabaseId property: The resource identifier of the source database associated with create operation of this database."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "DatabaseUpdate.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public DatabaseUpdate withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withZoneRedundant(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.withZoneRedundant(Boolean zoneRedundant)"
name: "withZoneRedundant(Boolean zoneRedundant)"
nameWithType: "DatabaseUpdate.withZoneRedundant(Boolean zoneRedundant)"
summary: "Set the zone<wbr>Redundant property: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
parameters:
- description: "the zoneRedundant value to set."
name: "zoneRedundant"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public DatabaseUpdate withZoneRedundant(Boolean zoneRedundant)"
desc: "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."
returns:
description: "the DatabaseUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.DatabaseUpdate.zoneRedundant()"
fullName: "com.azure.resourcemanager.sql.models.DatabaseUpdate.zoneRedundant()"
name: "zoneRedundant()"
nameWithType: "DatabaseUpdate.zoneRedundant()"
summary: "Get the zone<wbr>Redundant property: Whether or not this database is zone redundant, which means the replicas of this database will be spread across multiple availability zones."
syntax: "public Boolean zoneRedundant()"
desc: "Get 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."
returns:
description: "the zoneRedundant value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
type: "class"
desc: "A database update resource."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.DatabaseUpdate?alt=com.azure.resourcemanager.sql.models.DatabaseUpdate&text=DatabaseUpdate\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0