SessionHost Interface
public interface SessionHost
An immutable client-side representation of SessionHost.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
agentVersion()
Gets the agent |
| abstract Boolean |
allowNewSession()
Gets the allow |
| abstract String |
assignedUser()
Gets the assigned |
| abstract String |
friendlyName()
Gets the friendly |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Session |
innerModel()
Gets the inner com. |
|
abstract
Offset |
lastHeartBeat()
Gets the last |
|
abstract
Offset |
lastUpdateTime()
Gets the last |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
objectId()
Gets the object |
| abstract String |
osVersion()
Gets the os |
| abstract String |
resourceId()
Gets the resource |
|
abstract
List<Session |
sessionHostHealthCheckResults()
Gets the session |
| abstract Integer |
sessions()
Gets the sessions property: Number of sessions on Session |
| abstract Status |
status()
Gets the status property: Status for a Session |
|
abstract
Offset |
statusTimestamp()
Gets the status |
| abstract String |
sxSStackVersion()
Gets the sx |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract String |
updateErrorMessage()
Gets the update |
|
abstract
Update |
updateState()
Gets the update |
| abstract String |
virtualMachineId()
Gets the virtual |
Method Details
agentVersion
public abstract String agentVersion()
Gets the agentVersion property: Version of agent on SessionHost.
Returns:
allowNewSession
public abstract Boolean allowNewSession()
Gets the allowNewSession property: Allow a new session.
Returns:
assignedUser
public abstract String assignedUser()
Gets the assignedUser property: User assigned to SessionHost.
Returns:
friendlyName
public abstract String friendlyName()
Gets the friendlyName property: Friendly name of SessionHost.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract SessionHostInner innerModel()
Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.SessionHostInner object.
Returns:
lastHeartBeat
public abstract OffsetDateTime lastHeartBeat()
Gets the lastHeartBeat property: Last heart beat from SessionHost.
Returns:
lastUpdateTime
public abstract OffsetDateTime lastUpdateTime()
Gets the lastUpdateTime property: The timestamp of the last update.
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 SessionHost. (internal use).
Returns:
osVersion
public abstract String osVersion()
Gets the osVersion property: The version of the OS on the session host.
Returns:
resourceId
public abstract String resourceId()
Gets the resourceId property: Resource Id of SessionHost's underlying virtual machine.
Returns:
sessionHostHealthCheckResults
public abstract List<SessionHostHealthCheckReport> sessionHostHealthCheckResults()
Gets the sessionHostHealthCheckResults property: List of SessionHostHealthCheckReports.
Returns:
sessions
public abstract Integer sessions()
Gets the sessions property: Number of sessions on SessionHost.
Returns:
status
public abstract Status status()
Gets the status property: Status for a SessionHost.
Returns:
statusTimestamp
public abstract OffsetDateTime statusTimestamp()
Gets the statusTimestamp property: The timestamp of the status.
Returns:
sxSStackVersion
public abstract String sxSStackVersion()
Gets the sxSStackVersion property: The version of the side by side stack on the session host.
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:
updateErrorMessage
public abstract String updateErrorMessage()
Gets the updateErrorMessage property: The error message.
Returns:
updateState
public abstract UpdateState updateState()
Gets the updateState property: Update state of a SessionHost.
Returns:
virtualMachineId
public abstract String virtualMachineId()
Gets the virtualMachineId property: Virtual Machine Id of SessionHost's underlying virtual machine.
Returns: