NewAzWvdHostPool_CreateExpanded.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.
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category(new Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory.Body })]
[Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The flag to turn on/off StartVMOnConnect feature.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="startVMOnConnect")]
[System.Management.Automation.Parameter(HelpMessage="The flag to turn on/off StartVMOnConnect feature.", Mandatory=false)]
public System.Management.Automation.SwitchParameter StartVMOnConnect { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Category(new Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory[] { Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.ParameterCategory.Body })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Runtime.Info(Description="The flag to turn on/off StartVMOnConnect feature.", PossibleTypes=new System.Type[] { typeof(System.Management.Automation.SwitchParameter) }, ReadOnly=false, Required=false, SerializedName="startVMOnConnect")>]
[<System.Management.Automation.Parameter(HelpMessage="The flag to turn on/off StartVMOnConnect feature.", Mandatory=false)>]
member this.StartVMOnConnect : System.Management.Automation.SwitchParameter with get, set
Public Property StartVMOnConnect As SwitchParameter
Property Value
- Attributes