你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

UpdateState Struct

Definition

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

Applies to