IScalingHostPoolReference.ScalingPlanEnabled 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.
Is the scaling plan enabled for this hostpool.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Is the scaling plan enabled for this hostpool.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="scalingPlanEnabled")]
public bool? ScalingPlanEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Is the scaling plan enabled for this hostpool.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="scalingPlanEnabled")>]
member this.ScalingPlanEnabled : Nullable<bool> with get, set
Public Property ScalingPlanEnabled As Nullable(Of Boolean)
Property Value
- Attributes