DatabaseCreateParameters Properties

 

Namespace:   Microsoft.WindowsAzure.Management.Sql.Models
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

NameDescription
System_CAPS_pubpropertyCollationName

Optional. Gets or sets the collation name for the new database.

System_CAPS_pubpropertyEdition

Optional. Gets or sets the edition for the new database. The DatabaseEditions enumeration contains the valid values for this property.

System_CAPS_pubpropertyMaximumDatabaseSizeInBytes

Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used in conjunction with MaximumDatabaseSizeInGB they must agree.

System_CAPS_pubpropertyMaximumDatabaseSizeInGB

Optional. Gets or sets the maximum size of this database expressed in gigabytes. If this is used in conjunction with MaximumDatabaseSizeInBytes they must agree.

System_CAPS_pubpropertyName

Required. Gets or sets the name for the new database.

System_CAPS_pubpropertyServiceObjectiveId

Optional. Gets or sets the service objective ID to be applied to the database.

Return to top
Show: