ScalingPlanPooledSchedulePatch interface
ScalingPlanPooledSchedule properties that can be patched.
- Extends
Properties
days |
Set of days of the week on which this schedule is active. |
off |
Load balancing algorithm for off-peak period. |
off |
Starting time for off-peak period. |
peak |
Load balancing algorithm for peak period. |
peak |
Starting time for peak period. |
ramp |
Capacity threshold for ramp down period. |
ramp |
Should users be logged off forcefully from hosts. |
ramp |
Load balancing algorithm for ramp down period. |
ramp |
Minimum host percentage for ramp down period. |
ramp |
Notification message for users during ramp down period. |
ramp |
Starting time for ramp down period. |
ramp |
Specifies when to stop hosts during ramp down period. |
ramp |
Number of minutes to wait to stop hosts during ramp down period. |
ramp |
Capacity threshold for ramp up period. |
ramp |
Load balancing algorithm for ramp up period. |
ramp |
Minimum host percentage for ramp up period. |
ramp |
Starting time for ramp up period. |
Inherited Properties
id | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
daysOfWeek
Set of days of the week on which this schedule is active.
daysOfWeek?: DayOfWeek[]
Property Value
offPeakLoadBalancingAlgorithm
Load balancing algorithm for off-peak period.
offPeakLoadBalancingAlgorithm?: string
Property Value
string
offPeakStartTime
peakLoadBalancingAlgorithm
Load balancing algorithm for peak period.
peakLoadBalancingAlgorithm?: string
Property Value
string
peakStartTime
rampDownCapacityThresholdPct
Capacity threshold for ramp down period.
rampDownCapacityThresholdPct?: number
Property Value
number
rampDownForceLogoffUsers
Should users be logged off forcefully from hosts.
rampDownForceLogoffUsers?: boolean
Property Value
boolean
rampDownLoadBalancingAlgorithm
Load balancing algorithm for ramp down period.
rampDownLoadBalancingAlgorithm?: string
Property Value
string
rampDownMinimumHostsPct
Minimum host percentage for ramp down period.
rampDownMinimumHostsPct?: number
Property Value
number
rampDownNotificationMessage
Notification message for users during ramp down period.
rampDownNotificationMessage?: string
Property Value
string
rampDownStartTime
rampDownStopHostsWhen
Specifies when to stop hosts during ramp down period.
rampDownStopHostsWhen?: string
Property Value
string
rampDownWaitTimeMinutes
Number of minutes to wait to stop hosts during ramp down period.
rampDownWaitTimeMinutes?: number
Property Value
number
rampUpCapacityThresholdPct
Capacity threshold for ramp up period.
rampUpCapacityThresholdPct?: number
Property Value
number
rampUpLoadBalancingAlgorithm
Load balancing algorithm for ramp up period.
rampUpLoadBalancingAlgorithm?: string
Property Value
string
rampUpMinimumHostsPct
Minimum host percentage for ramp up period.
rampUpMinimumHostsPct?: number
Property Value
number
rampUpStartTime
Inherited Property Details
id
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited From Resource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type