Sdílet prostřednictvím


SessionHostUpdateState Struct

Definition

Update state of a SessionHost.

public readonly struct SessionHostUpdateState : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.SessionHostUpdateState>
type SessionHostUpdateState = struct
Public Structure SessionHostUpdateState
Implements IEquatable(Of SessionHostUpdateState)
Inheritance
SessionHostUpdateState
Implements

Constructors

SessionHostUpdateState(String)

Initializes a new instance of SessionHostUpdateState.

Properties

Failed

Failed.

Initial

Initial.

Pending

Pending.

Started

Started.

Succeeded

Succeeded.

Methods

Equals(SessionHostUpdateState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(SessionHostUpdateState, SessionHostUpdateState)

Determines if two SessionHostUpdateState values are the same.

Implicit(String to SessionHostUpdateState)

Converts a string to a SessionHostUpdateState.

Inequality(SessionHostUpdateState, SessionHostUpdateState)

Determines if two SessionHostUpdateState values are not the same.

Applies to