Class AssetManagementGroupStatusSchemaElementSchema
- Assembly
- Azure.Iot.Operations.Services.dll
public class AssetManagementGroupStatusSchemaElementSchema : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
AssetManagementGroupStatusSchemaElementSchema
- Implements
- Inherited Members
Properties
Actions
Array of action statuses that describe the status of each action.
[JsonPropertyName("actions")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public List<AssetManagementGroupActionStatusSchemaElementSchema>? Actions { get; set; }
Property Value
Name
The name of the managementgroup. Must be unique within the status.managementGroup array. This name is used to correlate between the spec and status management group information.
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Name { get; set; }