Host Pool Args
constructor(customRdpProperties: Output<String>? = null, description: Output<String>? = null, friendlyName: Output<String>? = null, loadBalancerType: Output<String>? = null, location: Output<String>? = null, maximumSessionsAllowed: Output<Int>? = null, name: Output<String>? = null, personalDesktopAssignmentType: Output<String>? = null, preferredAppGroupType: Output<String>? = null, publicNetworkAccess: Output<String>? = null, resourceGroupName: Output<String>? = null, scheduledAgentUpdates: Output<HostPoolScheduledAgentUpdatesArgs>? = null, startVmOnConnect: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, type: Output<String>? = null, validateEnvironment: Output<Boolean>? = null, vmTemplate: Output<String>? = null)