UserSessionData Class

Definition

A class representing the UserSession data model. Represents a UserSession definition.

public class UserSessionData : Azure.ResourceManager.Models.ResourceData
type UserSessionData = class
    inherit ResourceData
Public Class UserSessionData
Inherits ResourceData
Inheritance
UserSessionData

Constructors

UserSessionData()

Initializes a new instance of UserSessionData.

Properties

ActiveDirectoryUserName

The active directory user name.

ApplicationType

Application type of application.

CreateOn

The timestamp of the user session create.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
ObjectId

ObjectId of user session. (internal use).

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SessionState

State of user session.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
UserPrincipalName

The user principal name.

Applies to