DatabaseCreateParameters Properties
Namespace:
Microsoft.WindowsAzure.Management.Sql.Models
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | CollationName | Optional. Gets or sets the collation name for the new database. |
![]() | Edition | Optional. Gets or sets the edition for the new database. The DatabaseEditions enumeration contains the valid values for this property. |
![]() | MaximumDatabaseSizeInBytes | Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used in conjunction with MaximumDatabaseSizeInGB they must agree. |
![]() | MaximumDatabaseSizeInGB | Optional. Gets or sets the maximum size of this database expressed in gigabytes. If this is used in conjunction with MaximumDatabaseSizeInBytes they must agree. |
![]() | Name | Required. Gets or sets the name for the new database. |
![]() | ServiceObjectiveId | Optional. Gets or sets the service objective ID to be applied to the database. |
Show:
