OperationListResult Class

A list of DigitalTwins service operations. It contains a list of operations and a URL link to get the next set of results.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
OperationListResult

Constructor

OperationListResult(*, next_link: Optional[str] = None, **kwargs)

Variables

next_link
str

The link used to get the next page of DigitalTwins description objects.

value
list[Operation]

A list of DigitalTwins operations supported by the Microsoft.DigitalTwins resource provider.