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.

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

Fields

Disable
Enable

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 SetStartVMOnConnect (override for Object)

Equals(SetStartVMOnConnect)

Compares values of enum type SetStartVMOnConnect

GetHashCode()

Returns hashCode for enum SetStartVMOnConnect

ToString()

Returns string representation for SetStartVMOnConnect

Operators

Equality(SetStartVMOnConnect, SetStartVMOnConnect)

Overriding == operator for enum SetStartVMOnConnect

Implicit(SetStartVMOnConnect to String)

Implicit operator to convert SetStartVMOnConnect to string

Implicit(String to SetStartVMOnConnect)

Implicit operator to convert string to SetStartVMOnConnect

Inequality(SetStartVMOnConnect, SetStartVMOnConnect)

Overriding != operator for enum SetStartVMOnConnect

Applies to