DatabaseUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the parameters supplied to the Create Database operation.
public class DatabaseUpdateParameters
type DatabaseUpdateParameters = class
Public Class DatabaseUpdateParameters
- Inheritance
-
DatabaseUpdateParameters
Constructors
DatabaseUpdateParameters() |
Initializes a new instance of the DatabaseUpdateParameters class. |
DatabaseUpdateParameters(String) |
Initializes a new instance of the DatabaseUpdateParameters class with required arguments. |
Properties
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. |
Applies to
Azure SDK for .NET