Table of Contents

Class ThingDescription

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

Thing Description Resource entity

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

Properties

DefaultVersionExtensions

Additional Version fields and field guarantees for the thing description extension.

[JsonPropertyName("defaultVersionExtensions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ThingDescriptionVersionExtensions DefaultVersionExtensions { get; set; }

Property Value

ThingDescriptionVersionExtensions

Resource

The generic resource entity.

[JsonPropertyName("resource")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Resource Resource { get; set; }

Property Value

Resource