Class ThingDescriptionVersionXidList
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
List of Thing Description Version XIDs within the provided constraints with the specified label.
public class ThingDescriptionVersionXidList : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ThingDescriptionVersionXidList
- Implements
- Inherited Members
Properties
Versions
List of Thing Description Version XID components.
[JsonPropertyName("versions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<ThingDescriptionVersionXid> Versions { get; set; }