StopHostsWhen 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.
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 |