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