次の方法で共有


DatabaseCreateOrUpdateProperties Class

Definition

Create or update Azure Sql Database parameters properties.

public class DatabaseCreateOrUpdateProperties
type DatabaseCreateOrUpdateProperties = class
Public Class DatabaseCreateOrUpdateProperties
Inheritance
DatabaseCreateOrUpdateProperties

Constructors

DatabaseCreateOrUpdateProperties()

Initializes a new instance of the DatabaseCreateOrUpdateProperties class.

Properties

Collation

Optional. Gets or sets the collation of the Azure Sql Database being created. You cannot change change the collation of an existing Azure Sql Database.

CreateMode

Optional. Gets or sets the create Mode for the Azure Sql Database database being created.

Edition

Optional. Gets or sets the edition for the Azure Sql Database being updated or created.

ElasticPoolName

Optional. Gets or sets the name of the Elastic Pool to put the Azure Sql Database in.

MaxSizeBytes

Optional. Gets or sets the maximum size of the Azure Sql Database being created or updated in bytes.

ReadScale

Optional. Gets or sets the read scale property for the Azure Sql Database (Enabled or Disabled).

RecoveryServicesRecoveryPointResourceId

Optional. Gets or sets the recovery services restore point resource ID (for LTR)

RequestedServiceObjectiveId

Optional. Gets or sets the service objective to be applied to the Azure Sql Database being created or updated.

RequestedServiceObjectiveName

Optional. Gets or sets the service objective to be applied to the Azure Sql Database being created or updated.

RestorePointInTime

Optional. Gets or sets the point in time for the restore request

SourceDatabaseId

Optional. Gets or sets the resource id of the database to use as the source for the copy being created.

Applies to