UserSession Interface
public interface UserSession
An immutable client-side representation of UserSession.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
activeDirectoryUsername()
Gets the active |
|
abstract
Application |
applicationType()
Gets the application |
|
abstract
Offset |
createTime()
Gets the create |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
User |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
objectId()
Gets the object |
|
abstract
Session |
sessionState()
Gets the session |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
userPrincipalName()
Gets the user |
Method Details
activeDirectoryUsername
public abstract String activeDirectoryUsername()
Gets the activeDirectoryUsername property: The active directory user name.
Returns:
applicationType
public abstract ApplicationType applicationType()
Gets the applicationType property: Application type of application.
Returns:
createTime
public abstract OffsetDateTime createTime()
Gets the createTime property: The timestamp of the user session create.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract UserSessionInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.UserSessionInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
objectId
public abstract String objectId()
Gets the objectId property: ObjectId of user session. (internal use).
Returns:
sessionState
public abstract SessionState sessionState()
Gets the sessionState property: State of user session.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
userPrincipalName
public abstract String userPrincipalName()
Gets the userPrincipalName property: The user principal name.
Returns: