Table of Contents

Class GetThingDescriptionInputArguments

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

Input arguments for action 'getThingDescription'

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

Properties

GroupId

The 'groupId' Field.

[JsonPropertyName("groupId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string GroupId { get; set; }

Property Value

string

ThingDescriptionId

The 'thingDescriptionId' Field.

[JsonPropertyName("thingDescriptionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string ThingDescriptionId { get; set; }

Property Value

string