IServerAutoGenerated.StorageIop Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage IOPS for a server.
[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Storage IOPS for a server.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="iops")]
public int? StorageIop { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="Storage IOPS for a server.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=false, Required=false, SerializedName="iops")>]
member this.StorageIop : Nullable<int> with get, set
Public Property StorageIop As Nullable(Of Integer)
Property Value
- Attributes