Share via


PerformanceTierServiceLevelObjectives.MaxStorageMB Property

Definition

Gets or sets max storage allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to