Class AssetUpdateEventSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class AssetUpdateEventSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
AssetUpdateEventSchema
- Implements
- Inherited Members
Properties
Asset
The updated asset resource.
[JsonPropertyName("asset")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Asset Asset { get; set; }
Property Value
AssetName
The name of the asset that was updated.
[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }