DatabaseCreateParameters Members
Represents the parameters required to create a new database on a Azure SQL Database Server.
The following tables list the members exposed by the DatabaseCreateParameters type.
Public Constructors
Name | Description | |
---|---|---|
DatabaseCreateParameters | Overloaded. |
Top
Public Properties
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. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
DatabaseCreateParameters Class
Microsoft.WindowsAzure.Management.Sql.Models Namespace