Package-level declarations
Types
Link copied to clipboard
data class GetApplicationGroupResult(val description: String, val friendlyName: String, val hostPoolId: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val tags: Map<String, String>, val type: String, val workspaceId: String)
A collection of values returned by getApplicationGroup.
Link copied to clipboard
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.
Link copied to clipboard
data class GetHostPoolScheduledAgentUpdate(val enabled: Boolean, val schedules: List<GetHostPoolScheduledAgentUpdateSchedule>, val timezone: String, val useSessionHostTimezone: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class HostPoolScheduledAgentUpdates(val enabled: Boolean? = null, val schedules: List<HostPoolScheduledAgentUpdatesSchedule>? = null, val timezone: String? = null, val useSessionHostTimezone: Boolean? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ScalingPlanSchedule(val daysOfWeeks: List<String>, val name: String, val offPeakLoadBalancingAlgorithm: String, val offPeakStartTime: String, val peakLoadBalancingAlgorithm: String, val peakStartTime: String, val rampDownCapacityThresholdPercent: Int, val rampDownForceLogoffUsers: Boolean, val rampDownLoadBalancingAlgorithm: String, val rampDownMinimumHostsPercent: Int, val rampDownNotificationMessage: String, val rampDownStartTime: String, val rampDownStopHostsWhen: String, val rampDownWaitTimeMinutes: Int, val rampUpCapacityThresholdPercent: Int? = null, val rampUpLoadBalancingAlgorithm: String, val rampUpMinimumHostsPercent: Int? = null, val rampUpStartTime: String)