Table of Contents

Class CreateResourceResponseSchema

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

The Resource entity.

public class CreateResourceResponseSchema
Inheritance
CreateResourceResponseSchema
Inherited Members

Properties

Error

Error for the 'createResource' Action.

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

Property Value

EdgeRegistryError

Output

Output for the 'createResource' Action.

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

Property Value

Resource