Freigeben über


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

Name Description
SessionHostUpdateState(String)

Initializes a new instance of SessionHostUpdateState.

Properties

Name Description
Failed

Failed.

Initial

Initial.

Pending

Pending.

Started

Started.

Succeeded

Succeeded.

Methods

Name Description
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

Name Description
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