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