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