Table of Contents

Class ListVersionsResponseSchema

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

List of Version XIDs matching the provided constraints.

public class ListVersionsResponseSchema
Inheritance
ListVersionsResponseSchema
Inherited Members

Properties

Error

Error for the 'listVersions' Action.

[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EdgeRegistryError? Error { get; set; }

Property Value

EdgeRegistryError

Output

Output for the 'listVersions' Action.

[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public VersionXidList? Output { get; set; }

Property Value

VersionXidList