JobRequest.UpdateTwin Property

Definition

Required if jobType is updateTwin. The Update Twin tags and desired properties.

[Newtonsoft.Json.JsonProperty(PropertyName="updateTwin")]
public Microsoft.Azure.Devices.Shared.Twin UpdateTwin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="updateTwin")>]
member this.UpdateTwin : Microsoft.Azure.Devices.Shared.Twin with get, set
Public Property UpdateTwin As Twin

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to