Table of Contents

Class GetVersionResponseSchema

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

Response to a 'getVersion' Action.

public class GetVersionResponseSchema
Inheritance
GetVersionResponseSchema
Inherited Members

Properties

Error

Error for the 'getVersion' Action.

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

Property Value

EdgeRegistryError

Output

Output for the 'getVersion' Action.

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

Property Value

Version