OperationListResult interface
A list of IoT Central operations. It contains a list of operations and a URL link to get the next set of results.
Properties
next |
The link used to get the next page of IoT Central description objects. |
value | A list of operations supported by the Microsoft.IoTCentral resource provider. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
The link used to get the next page of IoT Central description objects.
nextLink?: string
Property Value
string
value
A list of operations supported by the Microsoft.IoTCentral resource provider. NOTE: This property will not be serialized. It can only be populated by the server.
value?: Operation[]