Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateScheduleDetails

This is the data to update a schedule.

Properties

Optional action

action: Action

This is the action that will be executed by the schedule.

Optional definedTags

definedTags: undefined | object

These are defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}

Optional description

description: undefined | string

This is the description of the schedule.

Optional displayName

displayName: undefined | string

This is a user-friendly name for the schedule. It does not have to be unique, and it's changeable.

Optional freeformTags

freeformTags: undefined | object

These are free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

Example: {@code {\"Department\": \"Finance\"}}

Optional recurrenceDetails

recurrenceDetails: undefined | string

This is the frequency of recurrence of a schedule. The frequency field can either conform to RFC-5545 formatting or UNIX cron formatting for recurrences, based on the value specified by the recurrenceType field.

Optional recurrenceType

recurrenceType: RecurrenceType

Type of recurrence of a schedule

Optional resourceFilters

resourceFilters: Array<ResourceFilter>

This is a list of resources filters. The schedule will be applied to resources matching all of them.

Optional resources

resources: Array<Resource>

This is the list of resources to which the scheduled operation is applied.

Optional timeEnds

timeEnds: Date

This is the date and time the schedule ends, in the format defined by RFC 3339

Example: {@code 2016-08-25T21:10:29.600Z}

Optional timeStarts

timeStarts: Date

This is the date and time the schedule starts, in the format defined by RFC 3339

Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj