DatabaseCreateParameters Class

 

Represents the parameters required to create a new database on a Azure SQL Database Server.

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

System.Object
  Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCreateParameters

public class DatabaseCreateParameters

NameDescription
System_CAPS_pubmethodDatabaseCreateParameters()

Initializes a new instance of the DatabaseCreateParameters class.

System_CAPS_pubmethodDatabaseCreateParameters(String)

Initializes a new instance of the DatabaseCreateParameters class with required arguments.

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.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: