PerformanceTierProperties.MinStorageMB Property

Definition

Gets or sets max storage allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to