Table of Contents

Class AssetUpdateEventSchema

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

Asset

AssetName

The name of the asset that was updated.

[JsonPropertyName("assetName")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string AssetName { get; set; }

Property Value

string