Share via


StorageProfile.StorageMB Property

Definition

Gets or sets max storage allowed for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to