ElasticPoolInner.StorageMB Property

Definition

Gets storage limit for the database elastic pool in MB.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageMB")]
public int? StorageMB { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageMB")>]
member this.StorageMB : Nullable<int> with get, set
Public Property StorageMB As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to