你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
UserSessionProperties Class
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.
Schema for UserSession properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.UserSessionPropertiesTypeConverter))]
public class UserSessionProperties : Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IUserSessionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.UserSessionPropertiesTypeConverter))>]
type UserSessionProperties = class
interface IUserSessionProperties
interface IJsonSerializable
Public Class UserSessionProperties
Implements IUserSessionProperties
- Inheritance
-
UserSessionProperties
- Attributes
- Implements
Constructors
UserSessionProperties() |
Creates an new UserSessionProperties instance. |
Properties
ActiveDirectoryUserName |
The active directory user name. |
ApplicationType |
Application type of application. |
CreateTime |
The timestamp of the user session create. |
ObjectId |
ObjectId of user session. (internal use) |
SessionState |
State of user session. |
UserPrincipalName |
The user principal name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of UserSessionProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of UserSessionProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Models.Api20230905.IUserSessionProperties. |
FromJsonString(String) |
Creates a new instance of UserSessionProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of UserSessionProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |