Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace RecommendedScheduledActionSummary

Details of the scheduled action that is used in getRecommendedScheduledActions.

Properties

Optional actionMembers

actionMembers: Array<ActionMember>

The list of action members in a scheduled action.

actionOrder

actionOrder: number

The order of the scheduled action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional actionParams

actionParams: undefined | object

Map<ParamName, ParamValue> where a key value pair describes the specific action parameter. Example: {@code {"count": "3"}}

actionType

actionType: ActionType

The type of the scheduled action being performed

Optional displayName

displayName: undefined | string

Description of the scheduled action being performed, i.e. apply full update to DB Servers 1,2,3,4.

Optional estimatedTimeInMins

estimatedTimeInMins: undefined | number

The estimated patching time in minutes for the entire scheduled action. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

schedulingWindowId

schedulingWindowId: string

The id of the scheduling window this scheduled action belongs to.

Functions

getDeserializedJsonObj

getJsonObj