Table of Contents

Class CreateVersionResponseSchema

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

The created or matching existing Version entity.

public class CreateVersionResponseSchema
Inheritance
CreateVersionResponseSchema
Inherited Members

Properties

Error

Error for the 'createVersion' Action.

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

Property Value

EdgeRegistryError

Output

Output for the 'createVersion' Action.

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

Property Value

Version