共用方式為


ScheduleProperties interface

排程的基底定義

Extends

屬性

action

[必要]指定排程的動作

displayName

排程的顯示名稱。

isEnabled

是否已啟用排程?

provisioningState

排程的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

trigger

[必要]指定觸發程式詳細數據

繼承的屬性

description

資產描述文字。

properties

資產屬性字典。

tags

標記字典。 標記可以新增、移除和更新。

屬性詳細資料

action

[必要]指定排程的動作

action: ScheduleActionBaseUnion

屬性值

displayName

排程的顯示名稱。

displayName?: string

屬性值

string

isEnabled

是否已啟用排程?

isEnabled?: boolean

屬性值

boolean

provisioningState

排程的布建狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

trigger

[必要]指定觸發程式詳細數據

trigger: TriggerBaseUnion

屬性值

繼承的屬性詳細資料

description

資產描述文字。

description?: string

屬性值

string

繼承自ResourceBase.description

properties

資產屬性字典。

properties?: {[propertyName: string]: string | null}

屬性值

{[propertyName: string]: string | null}

繼承自ResourceBase.properties

tags

標記字典。 標記可以新增、移除和更新。

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

屬性值

{[propertyName: string]: string | null}

繼承自ResourceBase.tags