次の方法で共有


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

Name Description
UserSessionState(String)

Initializes a new instance of UserSessionState.

Properties

Name Description
Active

Session is active.

Disconnected

Session is disconnected.

LogOff

Session is logging off.

Pending

Session is pending connection.

Unknown

SessionState is unknown.

UserProfileDiskMounted

Session has mounted user profile disk.

Methods

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

Name Description
Equality(UserSessionState, UserSessionState)

Determines if two UserSessionState values are the same.

Implicit(String to Nullable<UserSessionState>)
Implicit(String to UserSessionState)

Converts a string to a UserSessionState.

Inequality(UserSessionState, UserSessionState)

Determines if two UserSessionState values are not the same.

Applies to