Table of Contents

Class UpdateAssetStatusResponsePayload

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.AdrBaseService
Assembly
Azure.Iot.Operations.Services.dll
public class UpdateAssetStatusResponsePayload : IJsonOnDeserialized, IJsonOnSerializing
Inheritance
UpdateAssetStatusResponsePayload
Implements
Inherited Members

Properties

UpdatedAssetStatus

The Command response argument.

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

Property Value

AssetStatus