Table of Contents

Class GetDeviceResponsePayload

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Generated.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll

Response containing the device resource or error details if the device could not be retrieved.

public class GetDeviceResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
GetDeviceResponsePayload
Implements
Inherited Members

Properties

Device

The device resource, containing the specific inbound endpoint details as specified by the request.

[JsonPropertyName("device")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Device Device { get; set; }

Property Value

Device