共用方式為


PerformanceTierProperties.MinLargeStorageMB Property

Definition

Gets or sets max storage allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to