Package version:

Interface ScheduleUpdate

The schedule properties for partial update. Properties not provided in the update request will not be changed.

Hierarchy

Properties

frequency?: string

The frequency of this scheduled task.

location?: string

The geo-location where the resource lives

state?: string

Indicates whether or not this scheduled task is enabled.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
time?: string

The target time to trigger the action. The format is HH:MM.

timeZone?: string

The IANA timezone id at which the schedule should execute.

type?: string

Supported type this scheduled task represents.

Generated using TypeDoc