DatabaseUpdateParameters Class
Represents the parameters supplied to the Create Database operation.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
| Name | Description | |
|---|---|---|
![]() | DatabaseUpdateParameters() | Initializes a new instance of the DatabaseUpdateParameters class. |
![]() | DatabaseUpdateParameters(String) | Initializes a new instance of the DatabaseUpdateParameters class with required arguments. |
| Name | Description | |
|---|---|---|
![]() | Edition | Required. Gets or sets the new edition for the database. |
![]() | MaximumDatabaseSizeInBytes | Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used with MaximumDatabaseSizeInGB they must agree. |
![]() | MaximumDatabaseSizeInGB | Optional. Gets or sets the maximum size of this database expressed in gigabytes. If this is used with MaximumDatabaseSizeInBytes they must agree. |
![]() | Name | Optional. Gets or sets the new name of the database. |
![]() | ServiceObjectiveId | Optional. Gets or sets the unique identifier for the service objective to apply to the database. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


