UserSessionState Struct  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
State of user session.
public readonly struct UserSessionState : IEquatable<Azure.ResourceManager.DesktopVirtualization.Models.UserSessionState>type UserSessionState = structPublic 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. |