共用方式為


PerformanceTierProperties.MaxLargeStorageMB Property

Definition

Gets or sets max storage allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to