OperationList interface
OperationList represents an RP operation list.
Properties
next |
The link used to get the next page of operations. |
value | List of operations supported by the resource provider. |
Property Details
nextLink
The link used to get the next page of operations.
nextLink?: string
Property Value
string
value
List of operations supported by the resource provider.
value?: Operation[]