Table of Contents

Class GetDeviceStatusResponsePayload

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

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

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

Properties

DeviceStatus

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

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

Property Value

DeviceStatus