StartupBehavior Struct

Definition

The desired startup behavior during the ramp up period for personal vms in the hostpool.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehaviorTypeConverter))]
public struct StartupBehavior : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehavior>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.StartupBehaviorTypeConverter))>]
type StartupBehavior = struct
    interface IArgumentCompleter
Public Structure StartupBehavior
Implements IArgumentCompleter, IEquatable(Of StartupBehavior)
Inheritance
StartupBehavior
Attributes
Implements

Fields

All

All personal session hosts in the hostpool will be started during ramp up.

None

Session hosts will not be started by the service. This setting depends on Start VM on Connect to be enabled to start the session hosts.

WithAssignedUser

Session hosts with an assigned user will be started during Ramp Up

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type StartupBehavior (override for Object)

Equals(StartupBehavior)

Compares values of enum type StartupBehavior

GetHashCode()

Returns hashCode for enum StartupBehavior

ToString()

Returns string representation for StartupBehavior

Operators

Equality(StartupBehavior, StartupBehavior)

Overriding == operator for enum StartupBehavior

Implicit(StartupBehavior to String)

Implicit operator to convert StartupBehavior to string

Implicit(String to StartupBehavior)

Implicit operator to convert string to StartupBehavior

Inequality(StartupBehavior, StartupBehavior)

Overriding != operator for enum StartupBehavior

Applies to