UpdateState 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.
Update state of a SessionHost.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateStateTypeConverter))]
public struct UpdateState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.UpdateStateTypeConverter))>]
type UpdateState = struct
interface IArgumentCompleter
Public Structure UpdateState
Implements IArgumentCompleter, IEquatable(Of UpdateState)
- Inheritance
-
UpdateState
- Attributes
- Implements
Fields
Failed | |
Initial | |
Pending | |
Started | |
Succeeded |
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 UpdateState (override for Object) |
Equals(UpdateState) |
Compares values of enum type UpdateState |
GetHashCode() |
Returns hashCode for enum UpdateState |
ToString() |
Returns string representation for UpdateState |
Operators
Equality(UpdateState, UpdateState) |
Overriding == operator for enum UpdateState |
Implicit(String to UpdateState) |
Implicit operator to convert string to UpdateState |
Implicit(UpdateState to String) |
Implicit operator to convert UpdateState to string |
Inequality(UpdateState, UpdateState) |
Overriding != operator for enum UpdateState |