278 строки
16 KiB
YAML
278 строки
16 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost"
|
|
name: "SessionHost"
|
|
nameWithType: "SessionHost"
|
|
summary: "An immutable client-side representation of Session<wbr>Host."
|
|
syntax: "public interface **SessionHost**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.agentVersion()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.agentVersion()"
|
|
name: "agentVersion()"
|
|
nameWithType: "SessionHost.agentVersion()"
|
|
summary: "Gets the agent<wbr>Version property: Version of agent on Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String agentVersion()"
|
|
desc: "Gets the agentVersion property: Version of agent on SessionHost."
|
|
returns:
|
|
description: "the agentVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.allowNewSession()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.allowNewSession()"
|
|
name: "allowNewSession()"
|
|
nameWithType: "SessionHost.allowNewSession()"
|
|
summary: "Gets the allow<wbr>New<wbr>Session property: Allow a new session."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Boolean allowNewSession()"
|
|
desc: "Gets the allowNewSession property: Allow a new session."
|
|
returns:
|
|
description: "the allowNewSession value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.assignedUser()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.assignedUser()"
|
|
name: "assignedUser()"
|
|
nameWithType: "SessionHost.assignedUser()"
|
|
summary: "Gets the assigned<wbr>User property: User assigned to Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String assignedUser()"
|
|
desc: "Gets the assignedUser property: User assigned to SessionHost."
|
|
returns:
|
|
description: "the assignedUser value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.friendlyName()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.friendlyName()"
|
|
name: "friendlyName()"
|
|
nameWithType: "SessionHost.friendlyName()"
|
|
summary: "Gets the friendly<wbr>Name property: Friendly name of Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String friendlyName()"
|
|
desc: "Gets the friendlyName property: Friendly name of SessionHost."
|
|
returns:
|
|
description: "the friendlyName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.id()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.id()"
|
|
name: "id()"
|
|
nameWithType: "SessionHost.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.innerModel()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "SessionHost.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>desktopvirtualization.<wbr>fluent.<wbr>models.<wbr>Session<wbr>Host<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SessionHostInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.SessionHostInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.fluent.models.SessionHostInner?alt=com.azure.resourcemanager.desktopvirtualization.fluent.models.SessionHostInner&text=SessionHostInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.lastHeartBeat()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.lastHeartBeat()"
|
|
name: "lastHeartBeat()"
|
|
nameWithType: "SessionHost.lastHeartBeat()"
|
|
summary: "Gets the last<wbr>Heart<wbr>Beat property: Last heart beat from Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastHeartBeat()"
|
|
desc: "Gets the lastHeartBeat property: Last heart beat from SessionHost."
|
|
returns:
|
|
description: "the lastHeartBeat value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.lastUpdateTime()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.lastUpdateTime()"
|
|
name: "lastUpdateTime()"
|
|
nameWithType: "SessionHost.lastUpdateTime()"
|
|
summary: "Gets the last<wbr>Update<wbr>Time property: The timestamp of the last update."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime lastUpdateTime()"
|
|
desc: "Gets the lastUpdateTime property: The timestamp of the last update."
|
|
returns:
|
|
description: "the lastUpdateTime value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.name()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.name()"
|
|
name: "name()"
|
|
nameWithType: "SessionHost.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.objectId()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.objectId()"
|
|
name: "objectId()"
|
|
nameWithType: "SessionHost.objectId()"
|
|
summary: "Gets the object<wbr>Id property: Object<wbr>Id of Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String objectId()"
|
|
desc: "Gets the objectId property: ObjectId of SessionHost. (internal use)."
|
|
returns:
|
|
description: "the objectId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.osVersion()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.osVersion()"
|
|
name: "osVersion()"
|
|
nameWithType: "SessionHost.osVersion()"
|
|
summary: "Gets the os<wbr>Version property: The version of the OS on the session host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String osVersion()"
|
|
desc: "Gets the osVersion property: The version of the OS on the session host."
|
|
returns:
|
|
description: "the osVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.resourceId()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.resourceId()"
|
|
name: "resourceId()"
|
|
nameWithType: "SessionHost.resourceId()"
|
|
summary: "Gets the resource<wbr>Id property: Resource Id of Session<wbr>Host's underlying virtual machine."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceId()"
|
|
desc: "Gets the resourceId property: Resource Id of SessionHost's underlying virtual machine."
|
|
returns:
|
|
description: "the resourceId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sessionHostHealthCheckResults()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sessionHostHealthCheckResults()"
|
|
name: "sessionHostHealthCheckResults()"
|
|
nameWithType: "SessionHost.sessionHostHealthCheckResults()"
|
|
summary: "Gets the session<wbr>Host<wbr>Health<wbr>Check<wbr>Results property: List of Session<wbr>Host<wbr>Health<wbr>Check<wbr>Reports."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SessionHostHealthCheckReport> sessionHostHealthCheckResults()"
|
|
desc: "Gets the sessionHostHealthCheckResults property: List of SessionHostHealthCheckReports."
|
|
returns:
|
|
description: "the sessionHostHealthCheckResults value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.SessionHostHealthCheckReport?alt=com.azure.resourcemanager.desktopvirtualization.models.SessionHostHealthCheckReport&text=SessionHostHealthCheckReport\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sessions()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sessions()"
|
|
name: "sessions()"
|
|
nameWithType: "SessionHost.sessions()"
|
|
summary: "Gets the sessions property: Number of sessions on Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Integer sessions()"
|
|
desc: "Gets the sessions property: Number of sessions on SessionHost."
|
|
returns:
|
|
description: "the sessions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.status()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.status()"
|
|
name: "status()"
|
|
nameWithType: "SessionHost.status()"
|
|
summary: "Gets the status property: Status for a Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Status status()"
|
|
desc: "Gets the status property: Status for a SessionHost."
|
|
returns:
|
|
description: "the status value."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.Status?alt=com.azure.resourcemanager.desktopvirtualization.models.Status&text=Status\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.statusTimestamp()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.statusTimestamp()"
|
|
name: "statusTimestamp()"
|
|
nameWithType: "SessionHost.statusTimestamp()"
|
|
summary: "Gets the status<wbr>Timestamp property: The timestamp of the status."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract OffsetDateTime statusTimestamp()"
|
|
desc: "Gets the statusTimestamp property: The timestamp of the status."
|
|
returns:
|
|
description: "the statusTimestamp value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sxSStackVersion()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.sxSStackVersion()"
|
|
name: "sxSStackVersion()"
|
|
nameWithType: "SessionHost.sxSStackVersion()"
|
|
summary: "Gets the sx<wbr>SStack<wbr>Version property: The version of the side by side stack on the session host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String sxSStackVersion()"
|
|
desc: "Gets the sxSStackVersion property: The version of the side by side stack on the session host."
|
|
returns:
|
|
description: "the sxSStackVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.systemData()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "SessionHost.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.type()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.type()"
|
|
name: "type()"
|
|
nameWithType: "SessionHost.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.updateErrorMessage()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.updateErrorMessage()"
|
|
name: "updateErrorMessage()"
|
|
nameWithType: "SessionHost.updateErrorMessage()"
|
|
summary: "Gets the update<wbr>Error<wbr>Message property: The error message."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String updateErrorMessage()"
|
|
desc: "Gets the updateErrorMessage property: The error message."
|
|
returns:
|
|
description: "the updateErrorMessage value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.updateState()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.updateState()"
|
|
name: "updateState()"
|
|
nameWithType: "SessionHost.updateState()"
|
|
summary: "Gets the update<wbr>State property: Update state of a Session<wbr>Host."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract UpdateState updateState()"
|
|
desc: "Gets the updateState property: Update state of a SessionHost."
|
|
returns:
|
|
description: "the updateState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.desktopvirtualization.models.UpdateState?alt=com.azure.resourcemanager.desktopvirtualization.models.UpdateState&text=UpdateState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.virtualMachineId()"
|
|
fullName: "com.azure.resourcemanager.desktopvirtualization.models.SessionHost.virtualMachineId()"
|
|
name: "virtualMachineId()"
|
|
nameWithType: "SessionHost.virtualMachineId()"
|
|
summary: "Gets the virtual<wbr>Machine<wbr>Id property: Virtual Machine Id of Session<wbr>Host's underlying virtual machine."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String virtualMachineId()"
|
|
desc: "Gets the virtualMachineId property: Virtual Machine Id of SessionHost's underlying virtual machine."
|
|
returns:
|
|
description: "the virtualMachineId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of SessionHost."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.desktopvirtualization.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-desktopvirtualization:1.2.0
|