你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ScheduleProperties interface

用于定义执行时间和操作的 Schedule 属性。

Extends

属性

provisioningState

资源的预配状态。 注意:此属性不会被序列化。 它只能由服务器填充。

继承属性

frequency

此计划任务的频率。

location

资源所在的地理位置

state

指示是否启用此计划任务。

tags

资源标记。

time

触发操作的目标时间。 格式为 HH:MM。

timeZone

应执行计划的 IANA 时区 ID。

type

此计划任务表示的支持类型。

属性详细信息

provisioningState

资源的预配状态。 注意:此属性不会被序列化。 它只能由服务器填充。

provisioningState?: string

属性值

string

继承属性详细信息

frequency

此计划任务的频率。

frequency?: string

属性值

string

继承自ScheduleUpdateProperties.frequency

location

资源所在的地理位置

location?: string

属性值

string

继承自ScheduleUpdateProperties.location

state

指示是否启用此计划任务。

state?: string

属性值

string

继承自ScheduleUpdateProperties.state

tags

资源标记。

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

属性值

{[propertyName: string]: string}

继承自ScheduleUpdateProperties.tags

time

触发操作的目标时间。 格式为 HH:MM。

time?: string

属性值

string

继承自ScheduleUpdateProperties.time

timeZone

应执行计划的 IANA 时区 ID。

timeZone?: string

属性值

string

继承自ScheduleUpdateProperties.timeZone

type

此计划任务表示的支持类型。

type?: string

属性值

string

继承自ScheduleUpdateProperties.type