Table of Contents

Class CreateOrUpdateDiscoveredDeviceResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.DeviceDiscoveryService
Assembly
Azure.Iot.Operations.Services.dll
public class CreateOrUpdateDiscoveredDeviceResponseSchema
Inheritance
CreateOrUpdateDiscoveredDeviceResponseSchema
Inherited Members

Properties

CreateOrUpdateDiscoveredDeviceError

Error details, if the discovered device creation or update failed.

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

Property Value

AkriServiceError

DiscoveredDeviceResponse

The discovered device response.

[JsonPropertyName("discoveredDeviceResponse")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public DiscoveredDeviceResponseSchema? DiscoveredDeviceResponse { get; set; }

Property Value

DiscoveredDeviceResponseSchema