Table of Contents

Class GetAssetResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Generated.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll

Response containing the asset resource or error details if the asset could not be retrieved.

public class GetAssetResponseSchema
Inheritance
GetAssetResponseSchema
Inherited Members

Properties

Asset

The asset resource

[JsonPropertyName("asset")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public Asset? Asset { get; set; }

Property Value

Asset

GetAssetError

Read error for the 'getAsset' Action.

[JsonPropertyName("getAssetError")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public AkriServiceError? GetAssetError { get; set; }

Property Value

AkriServiceError