Table of Contents

Class GetDeviceResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class GetDeviceResponseSchema
Inheritance
GetDeviceResponseSchema
Inherited Members

Properties

Device

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

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

Property Value

Device

GetDeviceError

Error details, if the device could not be retrieved.

[JsonPropertyName("getDeviceError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? GetDeviceError { get; set; }

Property Value

AkriServiceError