Table of Contents

Class CreateThingDescriptionAttributes

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

Request payload for creating a thing description with an initial version.

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

Properties

CreateThingDescriptionVersionAttributes

Initial attributes for creating a Thing Description version.

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

Property Value

CreateThingDescriptionVersionAttributes

ThingDescriptionMetaAttributes

Initial meta attributes for the thing description.

[JsonPropertyName("thingDescriptionMetaAttributes")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public ResourceMetaAttributes ThingDescriptionMetaAttributes { get; set; }

Property Value

ResourceMetaAttributes