Table of Contents

Class DiscoveredAssetResponseSchema

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

Properties

DiscoveryId

The unique identifier for the discovered asset.

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

Property Value

string

Version

The version of the discovered asset resource.

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

Property Value

ulong