次の方法で共有


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