OperationList interface
Result of the request to list REST API operations. It contains a list of operations.
Properties
next |
The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use. |
value | List of operations supported by the resource provider. |
Property Details
nextLink
The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
nextLink?: string
Property Value
string
value
List of operations supported by the resource provider.
value?: Operation[]