Class ListSchemaVersionsResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
List of Schema Version XIDs matching the provided constraints.
public class ListSchemaVersionsResponseSchema
- Inheritance
-
ListSchemaVersionsResponseSchema
- Inherited Members
Properties
Error
Error for the 'listSchemaVersions' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaExtensionError? Error { get; set; }
Property Value
Output
Output for the 'listSchemaVersions' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public SchemaVersionXidList? Output { get; set; }