Sdílet prostřednictvím


SetStartVmOnConnect Struct

Definition

The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.

public readonly struct SetStartVmOnConnect : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SetStartVmOnConnect>
type SetStartVmOnConnect = struct
Public Structure SetStartVmOnConnect
Implements IEquatable(Of SetStartVmOnConnect)
Inheritance
SetStartVmOnConnect
Implements

Constructors

SetStartVmOnConnect(String)

Initializes a new instance of SetStartVmOnConnect.

Properties

Disable

Disable.

Enable

Enable.

Methods

Equals(SetStartVmOnConnect)

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(SetStartVmOnConnect, SetStartVmOnConnect)

Determines if two SetStartVmOnConnect values are the same.

Implicit(String to SetStartVmOnConnect)

Converts a string to a SetStartVmOnConnect.

Inequality(SetStartVmOnConnect, SetStartVmOnConnect)

Determines if two SetStartVmOnConnect values are not the same.

Applies to