Class ListGroupsOutputArguments
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
List of Group identifiers.
public class ListGroupsOutputArguments : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ListGroupsOutputArguments
- Implements
- Inherited Members
Properties
Ids
List of Group identifiers.
[JsonPropertyName("ids")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public List<string> Ids { get; set; }