public interface UserSession
An immutable client-side representation of UserSession.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the activeDirectoryUsername property: The active directory user name.
    Gets the applicationType property: Application type of application.
    Gets the createTime property: The timestamp of the user session create.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.UserSessionInner object.
    Gets the name property: The name of the resource.
    Gets the objectId property: ObjectId of user session.
    Gets the sessionState property: State of user session.
    com.azure.core.management.SystemData
    Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
    Gets the type property: The type of the resource.
    Gets the userPrincipalName property: The user principal name.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
      Returns:
      the systemData value.
    • objectId

      String objectId()
      Gets the objectId property: ObjectId of user session. (internal use).
      Returns:
      the objectId value.
    • userPrincipalName

      String userPrincipalName()
      Gets the userPrincipalName property: The user principal name.
      Returns:
      the userPrincipalName value.
    • applicationType

      ApplicationType applicationType()
      Gets the applicationType property: Application type of application.
      Returns:
      the applicationType value.
    • sessionState

      SessionState sessionState()
      Gets the sessionState property: State of user session.
      Returns:
      the sessionState value.
    • activeDirectoryUsername

      String activeDirectoryUsername()
      Gets the activeDirectoryUsername property: The active directory user name.
      Returns:
      the activeDirectoryUsername value.
    • createTime

      OffsetDateTime createTime()
      Gets the createTime property: The timestamp of the user session create.
      Returns:
      the createTime value.
    • innerModel

      UserSessionInner innerModel()
      Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.UserSessionInner object.
      Returns:
      the inner object.