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[]
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript