Table of Contents

Class GetAssetStatusResponseSchema

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
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

Error details, if the asset status could not be retrieved.

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

Property Value

AkriServiceError