Get Host Pool Result
data class GetHostPoolResult(val customRdpProperties: String, val description: String, val friendlyName: String, val id: String, val loadBalancerType: String, val location: String, val maximumSessionsAllowed: Int, val name: String, val personalDesktopAssignmentType: String, val preferredAppGroupType: String, val resourceGroupName: String, val scheduledAgentUpdates: List<GetHostPoolScheduledAgentUpdate>, val startVmOnConnect: Boolean, val tags: Map<String, String>, val type: String, val validateEnvironment: Boolean)
A collection of values returned by getHostPool.
Constructors
Link copied to clipboard
constructor(customRdpProperties: String, description: String, friendlyName: String, id: String, loadBalancerType: String, location: String, maximumSessionsAllowed: Int, name: String, personalDesktopAssignmentType: String, preferredAppGroupType: String, resourceGroupName: String, scheduledAgentUpdates: List<GetHostPoolScheduledAgentUpdate>, startVmOnConnect: Boolean, tags: Map<String, String>, type: String, validateEnvironment: Boolean)
Properties
Link copied to clipboard
The custom RDP properties string for the Virtual Desktop Host Pool.
Link copied to clipboard
The description for the Virtual Desktop Host Pool.
Link copied to clipboard
The friendly name for the Virtual Desktop Host Pool.
Link copied to clipboard
The type of load balancing performed by the Host Pool
Link copied to clipboard
The maximum number of users that can have concurrent sessions on a session host.
Link copied to clipboard
The type of personal desktop assignment in use by the Host Pool
Link copied to clipboard
The preferred Application Group type for the Virtual Desktop Host Pool.
Link copied to clipboard
Link copied to clipboard
A scheduled_agent_updates
block as defined below.
Link copied to clipboard
Returns true
if the Start VM on Connection Feature is enabled.
Link copied to clipboard
Returns true
if the Host Pool is in Validation mode.