Storage.Iops Property

Definition

Gets or sets storage IOPS for a server.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to