Share via


DatabaseUpdateParameters Class

 

Represents the parameters supplied to the Create Database operation.

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

Inheritance Hierarchy

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

Syntax

public class DatabaseUpdateParameters
public ref class DatabaseUpdateParameters 
type DatabaseUpdateParameters = class end
Public Class DatabaseUpdateParameters

Constructors

Name Description
System_CAPS_pubmethod DatabaseUpdateParameters()

Initializes a new instance of the DatabaseUpdateParameters class.

System_CAPS_pubmethod DatabaseUpdateParameters(String)

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

Properties

Name Description
System_CAPS_pubproperty Edition

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

System_CAPS_pubproperty MaximumDatabaseSizeInBytes

Optional. Gets or sets the maximum size of this database expressed in bytes. If this is used with MaximumDatabaseSizeInGB they must agree.

System_CAPS_pubproperty MaximumDatabaseSizeInGB

Optional. Gets or sets the maximum size of this database expressed in gigabytes. If this is used with MaximumDatabaseSizeInBytes they must agree.

System_CAPS_pubproperty Name

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

System_CAPS_pubproperty ServiceObjectiveId

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Sql.Models Namespace

Return to top