DatabaseUpdateInner.MaxSizeBytes Property

Definition

Gets or sets the max size of the database expressed in bytes. If createMode is not Default, this value is ignored. To see possible values, query the capabilities API (/subscriptions/{subscriptionId}/providers/Microsoft.Sql/locations/{locationID}/capabilities) referred to by operationId: "Capabilities_ListByLocation."

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")]
public string MaxSizeBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")>]
member this.MaxSizeBytes : string with get, set
Public Property MaxSizeBytes As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to