ScalingPlanPatch interface
Scaling plan properties that can be patched.
Properties
description | Description of scaling plan. |
exclusion |
Exclusion tag for scaling plan. |
friendly |
User friendly name of scaling plan. |
host |
List of ScalingHostPoolReference definitions. |
schedules | List of ScalingSchedule definitions. |
tags | tags to be updated |
time |
Timezone of the scaling plan. |
Property Details
description
Description of scaling plan.
description?: string
Property Value
string
exclusionTag
Exclusion tag for scaling plan.
exclusionTag?: string
Property Value
string
friendlyName
User friendly name of scaling plan.
friendlyName?: string
Property Value
string
hostPoolReferences
List of ScalingHostPoolReference definitions.
hostPoolReferences?: ScalingHostPoolReference[]
Property Value
schedules
tags
tags to be updated
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
timeZone
Timezone of the scaling plan.
timeZone?: string
Property Value
string