Storage.StorageSizeGB Property

Definition

Gets or sets max storage size allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to