Class ListInputArguments
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Input arguments for action 'list'
public class ListInputArguments : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ListInputArguments
- Implements
- Inherited Members
Properties
Xid
XID path of the collection to list. Must end at a collection level (e.g. /schemagroups, /schemagroups/g1/schemas).
[JsonPropertyName("xid")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Xid { get; set; }