RecommendedElasticPoolInner.StorageMB Property

Definition

Gets storage size in megabytes.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to