IScalingPlanPersonalSchedule.OffPeakActionOnDisconnect 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.
Action to be taken after a user disconnect during the off-peak period.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "None", "Deallocate", "Hibernate" })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Action to be taken after a user disconnect during the off-peak period.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="offPeakActionOnDisconnect", Update=true)]
public string OffPeakActionOnDisconnect { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.PSArgumentCompleter(new System.String[] { "None", "Deallocate", "Hibernate" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Create=true, Description="Action to be taken after a user disconnect during the off-peak period.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="offPeakActionOnDisconnect", Update=true)>]
member this.OffPeakActionOnDisconnect : string with get, set
Public Property OffPeakActionOnDisconnect As String
Property Value
- Attributes