StopHostsWhen Struct

Definition

Specifies when to stop hosts during ramp down period.

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

Fields

ZeroActiveSessions
ZeroSessions

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

Equals(StopHostsWhen)

Compares values of enum type StopHostsWhen

GetHashCode()

Returns hashCode for enum StopHostsWhen

ToString()

Returns string representation for StopHostsWhen

Operators

Equality(StopHostsWhen, StopHostsWhen)

Overriding == operator for enum StopHostsWhen

Implicit(StopHostsWhen to String)

Implicit operator to convert StopHostsWhen to string

Implicit(String to StopHostsWhen)

Implicit operator to convert string to StopHostsWhen

Inequality(StopHostsWhen, StopHostsWhen)

Overriding != operator for enum StopHostsWhen

Applies to