次の方法で共有


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