Package version:

The result of a request to list archives for a container registry.

interface ArchiveListResult {
    nextLink?: string;
    value?: Archive[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next list of archives.

value?: Archive[]

The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions.