Share via


StreamingJob.JobType Property

Definition

Gets or sets describes the type of the job. Valid modes are Cloud and 'Edge'. Possible values include: 'Cloud', 'Edge'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to