Table of Contents

Class DiscoveredDeviceResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public class DiscoveredDeviceResponseSchema : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
DiscoveredDeviceResponseSchema
Implements
Inherited Members

Properties

DiscoveryId

The 'discoveryId' Field.

[JsonPropertyName("discoveryId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DiscoveryId { get; set; }

Property Value

string

Version

The 'version' Field.

[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ulong Version { get; set; }

Property Value

ulong