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から継承