Class GetResourceResponseSchema
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
The resource entity.
public class GetResourceResponseSchema
- Inheritance
-
GetResourceResponseSchema
- Inherited Members
Properties
Error
Error for the 'getResource' Action.
[JsonPropertyName("_error")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EdgeRegistryError? Error { get; set; }
Property Value
Output
Output for the 'getResource' Action.
[JsonPropertyName("_output")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Resource? Output { get; set; }