Class ManagementActionsSchemaElementSchema
- 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
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
RuntimeHealth
The runtime health of the specific management action.
[JsonPropertyName("runtimeHealth")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public RuntimeHealth RuntimeHealth { get; set; }