Package version:

Interface ImageListResult

The List Image operation response.

interface ImageListResult {
    nextLink?: string;
    value: Image[];
}

Properties

Properties

nextLink?: string

The uri to fetch the next page of Images. Call ListNext() with this to fetch the next page of Images.

value: Image[]

The list of Images.