ElasticPool.MaxSizeBytes Property

Definition

Gets or sets the storage limit for the database elastic pool in bytes.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")]
public long? MaxSizeBytes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maxSizeBytes")>]
member this.MaxSizeBytes : Nullable<int64> with get, set
Public Property MaxSizeBytes As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to