IVirtualMachineSize.PremiumIo Property

Definition

Specifies if the virtual machine size supports premium IO.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Specifies if the virtual machine size supports premium IO.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="premiumIO", Update=false)]
public bool? PremiumIo { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Specifies if the virtual machine size supports premium IO.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="premiumIO", Update=false)>]
member this.PremiumIo : Nullable<bool>
Public ReadOnly Property PremiumIo As Nullable(Of Boolean)

Property Value

Attributes

Applies to