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
fun GetHostPoolResult(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)