OperationListResult interface
The result of a request to list container registry operations.
Properties
next |
The URI that can be used to request the next list of container registry operations. |
value | The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations. |
Property Details
nextLink
The URI that can be used to request the next list of container registry operations.
nextLink?: string
Property Value
string
value
The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations.
value?: OperationDefinition[]