JobParameters.JobType Property

Definition

Required. The type of job to execute.

[Newtonsoft.Json.JsonProperty(PropertyName="jobType", Required=Newtonsoft.Json.Required.Always)]
public Microsoft.Azure.Devices.JobType JobType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="jobType", Required=Newtonsoft.Json.Required.Always)>]
member this.JobType : Microsoft.Azure.Devices.JobType
Public ReadOnly Property JobType As JobType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to