Table of Contents

Class ListResourcesResponseSchema

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

List of Resource XIDs matching the provided constraints.

public class ListResourcesResponseSchema
Inheritance
ListResourcesResponseSchema
Inherited Members

Properties

Error

Error for the 'listResources' Action.

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

Property Value

EdgeRegistryError

Output

Output for the 'listResources' Action.

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

Property Value

ResourceXidList