Sdílet prostřednictvím


UserSessionState Struct

Definition

State of user session.

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

Constructors

UserSessionState(String)

Initializes a new instance of UserSessionState.

Properties

Active

Active.

Disconnected

Disconnected.

LogOff

LogOff.

Pending

Pending.

Unknown

Unknown.

UserProfileDiskMounted

UserProfileDiskMounted.

Methods

Equals(UserSessionState)

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(UserSessionState, UserSessionState)

Determines if two UserSessionState values are the same.

Implicit(String to UserSessionState)

Converts a string to a UserSessionState.

Inequality(UserSessionState, UserSessionState)

Determines if two UserSessionState values are not the same.

Applies to