Compartir a través de


CloudToDeviceMethodScheduledJob.DirectMethodRequest Propiedad

Definición

Contiene parámetros para ejecutar un método directo en un dispositivo o módulo.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="cloudToDeviceMethod")]
public Microsoft.Azure.Devices.DirectMethodServiceRequest DirectMethodRequest { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="cloudToDeviceMethod")>]
member this.DirectMethodRequest : Microsoft.Azure.Devices.DirectMethodServiceRequest with get, set
Public Property DirectMethodRequest As DirectMethodServiceRequest

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a