IScalingSchedule.RampDownForceLogoffUser 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.
Should users be logged off forcefully from hosts.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Should users be logged off forcefully from hosts.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rampDownForceLogoffUsers")]
public bool? RampDownForceLogoffUser { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="Should users be logged off forcefully from hosts.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="rampDownForceLogoffUsers")>]
member this.RampDownForceLogoffUser : Nullable<bool> with get, set
Public Property RampDownForceLogoffUser As Nullable(Of Boolean)
Property Value
- Attributes