OperationListResult interface
A list of DigitalTwins service 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 DigitalTwins description objects. |
value | A list of DigitalTwins operations supported by the Microsoft.DigitalTwins 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 DigitalTwins description objects.
nextLink?: string
Property Value
string
value
A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider. NOTE: This property will not be serialized. It can only be populated by the server.
value?: Operation[]