Class RestServerAgentCollection
Represents the collection of REST Server agents in the IoT Gateway.
[Endpoint("/config/v1/project/_iot_gateway/rest_servers", null)]
public class RestServerAgentCollection : EntityCollection<RestServerAgent>, IList<RestServerAgent>, ICollection<RestServerAgent>, IReadOnlyList<RestServerAgent>, IReadOnlyCollection<RestServerAgent>, IEnumerable<RestServerAgent>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
RestServerAgentCollection
- Implements
- Inherited Members
Constructors
- RestServerAgentCollection()
Initializes a new instance of the RestServerAgentCollection class.