Table of Contents

Class ThingModelVersionXidList

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Generated
Assembly
Azure.Iot.Operations.Services.dll

List of Thing Model Version XIDs within the provided constraints with the specified label.

public class ThingModelVersionXidList : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
ThingModelVersionXidList
Implements
Inherited Members

Properties

Versions

List of Thing Model Version XID components.

[JsonPropertyName("versions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<ThingModelVersionXid> Versions { get; set; }

Property Value

List<ThingModelVersionXid>