Table of Contents

Class ManagementActionRuntimeHealthEventSchema

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

Properties

AssetName

The name of the asset containing the management actions for which the runtime health is being reported.

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

Property Value

string

ManagementActions

Array of management action runtime health information.

[JsonPropertyName("managementActions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<ManagementActionsSchemaElementSchema> ManagementActions { get; set; }

Property Value

List<ManagementActionsSchemaElementSchema>