Table of Contents

Class ManagementActionsSchemaElementSchema

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

Properties

ManagementActionName

The name of the management action for which the runtime health is being reported.

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

Property Value

string

ManagementGroupName

The name of the management group for which the runtime health is being reported.

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

Property Value

string

RuntimeHealth

The runtime health of the specific management action.

[JsonPropertyName("runtimeHealth")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public RuntimeHealth RuntimeHealth { get; set; }

Property Value

RuntimeHealth