Table of Contents

Class GetThingModelVersionInputArguments

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

Input arguments for action 'getThingModelVersion'

public class GetThingModelVersionInputArguments
Inheritance
GetThingModelVersionInputArguments
Inherited Members

Properties

GroupId

Group identifier. Uses the default if not specified.

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

Property Value

string

VersionId

Version identifier. Returns the default Version if not specified.

[JsonPropertyName("versionId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ulong? VersionId { get; set; }

Property Value

ulong?