Table of Contents

Class CreateOrUpdateDiscoveredDeviceResponseSchema

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

Response containing the discovered device response or error details if the operation failed.

public class CreateOrUpdateDiscoveredDeviceResponseSchema
Inheritance
CreateOrUpdateDiscoveredDeviceResponseSchema
Inherited Members

Properties

CreateOrUpdateDiscoveredDeviceError

Read error for the 'createOrUpdateDiscoveredDevice' Action.

[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