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