Class DeviceProfileCollection
Represents the collection of deviceprofiles in a device
[Endpoint("/config/v1/project/channels/{channelName}/devices/{deviceName}/device_profiles", null)]
public class DeviceProfileCollection : EntityCollection<DefaultEntity>, IList<DefaultEntity>, ICollection<DefaultEntity>, IReadOnlyList<DefaultEntity>, IReadOnlyCollection<DefaultEntity>, IEnumerable<DefaultEntity>, IList, ICollection, IEnumerable, IHaveOwner
- Inheritance
-
DeviceProfileCollection
- Implements
- Inherited Members
Constructors
- DeviceProfileCollection()
Initializes a new instance of the DeviceProfileCollection class.