ScheduledJobsOptions.JobId プロパティ

定義

ジョブの一意の ID。

[Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Default)]
public string JobId { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobId", Required=Newtonsoft.Json.Required.Default)>]
member this.JobId : string with get, set
Public Property JobId As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象