GetScalingPlanPersonalScheduleResult

data class GetScalingPlanPersonalScheduleResult(val daysOfWeek: List<String>, val id: String, val name: String, val offPeakActionOnDisconnect: String? = null, val offPeakActionOnLogoff: String? = null, val offPeakMinutesToWaitOnDisconnect: Int? = null, val offPeakMinutesToWaitOnLogoff: Int? = null, val offPeakStartTime: TimeResponse, val offPeakStartVMOnConnect: String? = null, val peakActionOnDisconnect: String? = null, val peakActionOnLogoff: String? = null, val peakMinutesToWaitOnDisconnect: Int? = null, val peakMinutesToWaitOnLogoff: Int? = null, val peakStartTime: TimeResponse, val peakStartVMOnConnect: String? = null, val rampDownActionOnDisconnect: String? = null, val rampDownActionOnLogoff: String? = null, val rampDownMinutesToWaitOnDisconnect: Int? = null, val rampDownMinutesToWaitOnLogoff: Int? = null, val rampDownStartTime: TimeResponse, val rampDownStartVMOnConnect: String? = null, val rampUpActionOnDisconnect: String? = null, val rampUpActionOnLogoff: String? = null, val rampUpAutoStartHosts: String? = null, val rampUpMinutesToWaitOnDisconnect: Int? = null, val rampUpMinutesToWaitOnLogoff: Int? = null, val rampUpStartTime: TimeResponse, val rampUpStartVMOnConnect: String? = null, val systemData: SystemDataResponse, val type: String)

Represents a ScalingPlanPersonalSchedule definition.

Constructors

Link copied to clipboard
constructor(daysOfWeek: List<String>, id: String, name: String, offPeakActionOnDisconnect: String? = null, offPeakActionOnLogoff: String? = null, offPeakMinutesToWaitOnDisconnect: Int? = null, offPeakMinutesToWaitOnLogoff: Int? = null, offPeakStartTime: TimeResponse, offPeakStartVMOnConnect: String? = null, peakActionOnDisconnect: String? = null, peakActionOnLogoff: String? = null, peakMinutesToWaitOnDisconnect: Int? = null, peakMinutesToWaitOnLogoff: Int? = null, peakStartTime: TimeResponse, peakStartVMOnConnect: String? = null, rampDownActionOnDisconnect: String? = null, rampDownActionOnLogoff: String? = null, rampDownMinutesToWaitOnDisconnect: Int? = null, rampDownMinutesToWaitOnLogoff: Int? = null, rampDownStartTime: TimeResponse, rampDownStartVMOnConnect: String? = null, rampUpActionOnDisconnect: String? = null, rampUpActionOnLogoff: String? = null, rampUpAutoStartHosts: String? = null, rampUpMinutesToWaitOnDisconnect: Int? = null, rampUpMinutesToWaitOnLogoff: Int? = null, rampUpStartTime: TimeResponse, rampUpStartVMOnConnect: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Set of days of the week on which this schedule is active.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The name of the resource

Link copied to clipboard

Action to be taken after a user disconnect during the off-peak period.

Link copied to clipboard

Action to be taken after a logoff during the off-peak period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user disconnects during the off-peak period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user logs off during the off-peak period.

Link copied to clipboard

Starting time for off-peak period.

Link copied to clipboard

The desired configuration of Start VM On Connect for the hostpool during the off-peak phase.

Link copied to clipboard

Action to be taken after a user disconnect during the peak period.

Link copied to clipboard

Action to be taken after a logoff during the peak period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user logs off during the peak period.

Link copied to clipboard

Starting time for peak period.

Link copied to clipboard

The desired configuration of Start VM On Connect for the hostpool during the peak phase.

Link copied to clipboard

Action to be taken after a user disconnect during the ramp down period.

Link copied to clipboard

Action to be taken after a logoff during the ramp down period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp down period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp down period.

Link copied to clipboard

Starting time for ramp down period.

Link copied to clipboard

The desired configuration of Start VM On Connect for the hostpool during the ramp down phase.

Link copied to clipboard

Action to be taken after a user disconnect during the ramp up period.

Link copied to clipboard

Action to be taken after a logoff during the ramp up period.

Link copied to clipboard

The desired startup behavior during the ramp up period for personal vms in the hostpool.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user disconnects during the ramp up period.

Link copied to clipboard

The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.

Link copied to clipboard

Starting time for ramp up period.

Link copied to clipboard

The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"