IHostPool.StartVMOnConnect 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.
The flag to turn on/off StartVMOnConnect feature.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The flag to turn on/off StartVMOnConnect feature.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="startVMOnConnect")]
public bool? StartVMOnConnect { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The flag to turn on/off StartVMOnConnect feature.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="startVMOnConnect")>]
member this.StartVMOnConnect : Nullable<bool> with get, set
Public Property StartVMOnConnect As Nullable(Of Boolean)
Property Value
- Attributes