DatabaseUpdateParameters Properties

 

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

NameDescription
System_CAPS_pubpropertyEdition

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

System_CAPS_pubpropertyMaximumDatabaseSizeInBytes

Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used 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 with MaximumDatabaseSizeInBytes they must agree.

System_CAPS_pubpropertyName

Optional. Gets or sets the new name of the database.

System_CAPS_pubpropertyServiceObjectiveId

Optional. Gets or sets the unique identifier for the service objective to apply to the database.

Return to top
Show: