次の方法で共有


CloudJobSchedule.Schedule プロパティ

定義

ジョブを作成するスケジュールを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="schedule")]
public Microsoft.Azure.Batch.Protocol.Models.Schedule Schedule { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="schedule")>]
member this.Schedule : Microsoft.Azure.Batch.Protocol.Models.Schedule with get, set
Public Property Schedule As Schedule

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

すべての時刻は UTC にそれぞれ固定され、夏時間の影響を受けません。

適用対象