Table of Contents

Class GetAssetStatusResponseSchema

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

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

public class GetAssetStatusResponseSchema
Inheritance
GetAssetStatusResponseSchema
Inherited Members

Properties

AssetStatus

The asset status

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

Property Value

AssetStatus

GetAssetStatusError

Read error for the 'getAssetStatus' Action.

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

Property Value

AkriServiceError