Package version:

The result of a request to list cache rules for a container registry.

interface CacheRulesListResult {
    nextLink?: string;
    value?: CacheRule[];
}

Properties

Properties

nextLink?: string

If provided, client must use NextLink URI to request next list of cache rules.

value?: CacheRule[]

The list of cache rules.