StartupBehavior Struct
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 desired startup behavior during the ramp up period for personal vms in the hostpool.
public readonly struct StartupBehavior : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.StartupBehavior>
type StartupBehavior = struct
Public Structure StartupBehavior
Implements IEquatable(Of StartupBehavior)
- Inheritance
-
StartupBehavior
- Implements
Constructors
StartupBehavior(String) |
Initializes a new instance of StartupBehavior. |
Properties
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
Equals(StartupBehavior) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(StartupBehavior, StartupBehavior) |
Determines if two StartupBehavior values are the same. |
Implicit(String to StartupBehavior) |
Converts a string to a StartupBehavior. |
Inequality(StartupBehavior, StartupBehavior) |
Determines if two StartupBehavior values are not the same. |
Applies to
Azure SDK for .NET