Table of Contents

Class CreateOrUpdateDiscoveredDeviceResponseSchema

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

Properties

CreateOrUpdateDiscoveredDeviceError

The 'createOrUpdateDiscoveredDeviceError' Field.

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

Property Value

AkriServiceError

DiscoveredDeviceResponse

The 'discoveredDeviceResponse' Field.

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

Property Value

DiscoveredDeviceResponseSchema