DatabaseCreateParameters.MaximumDatabaseSizeInGB Property

 

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

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

Public Property MaximumDatabaseSizeInGB As Nullable(Of Integer)

Property Value

Type: System.Nullable(Of Int32)
Return to top
Show: