ScheduleUpdateProperties interface

Updatable properties of a Schedule.

Properties

frequency

The frequency of this scheduled task.

state

Indicates whether or not this scheduled task is enabled.

time

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

timeZone

The IANA timezone id at which the schedule should execute.

type

Supported type this scheduled task represents.

Inherited Properties

location

The geo-location where the resource lives

tags

Resource tags.

Property Details

frequency

The frequency of this scheduled task.

frequency?: string

Property Value

string

state

Indicates whether or not this scheduled task is enabled.

state?: string

Property Value

string

time

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

time?: string

Property Value

string

timeZone

The IANA timezone id at which the schedule should execute.

timeZone?: string

Property Value

string

type

Supported type this scheduled task represents.

type?: string

Property Value

string

Inherited Property Details

location

The geo-location where the resource lives

location?: string

Property Value

string

Inherited From TrackedResourceUpdate.location

tags

Resource tags.

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

Property Value

{[propertyName: string]: string}

Inherited From TrackedResourceUpdate.tags