Class UpdateAssetStatusRequestSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class UpdateAssetStatusRequestSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
UpdateAssetStatusRequestSchema
- Implements
- Inherited Members
Properties
AssetName
The name of the asset to update the status for.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }
Property Value
AssetStatus
The asset status to update. Fields omitted in the request will be removed.
[JsonPropertyName("assetStatus")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public AssetStatus AssetStatus { get; set; }