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