Class DiscoveredDeviceResponseSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class DiscoveredDeviceResponseSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
DiscoveredDeviceResponseSchema
- Implements
- Inherited Members
Properties
DiscoveryId
The unique identifier for the discovered device.
[JsonPropertyName("discoveryId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string DiscoveryId { get; set; }
Property Value
Version
The version of the discovered device resource.
[JsonPropertyName("version")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ulong Version { get; set; }