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)

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

public class DatabaseUpdateParameters

NameDescription
System_CAPS_pubmethodDatabaseUpdateParameters()

Initializes a new instance of the DatabaseUpdateParameters class.

System_CAPS_pubmethodDatabaseUpdateParameters(String)

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

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.

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: