IVirtualMachineSize.LowPriorityCapable Property

Definition

Specifies if the virtual machine size supports low priority VMs.

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

Property Value

Attributes

Applies to