Table of Contents

Class UpdateAssetStatusResponsePayload

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

Response containing the updated asset status or error details if the update failed.

public class UpdateAssetStatusResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
UpdateAssetStatusResponsePayload
Implements
Inherited Members

Properties

UpdatedAssetStatus

The updated asset status.

[JsonPropertyName("updatedAssetStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public AssetStatus UpdatedAssetStatus { get; set; }

Property Value

AssetStatus