ListImagesRequest: {
    arch?: string;
    category?: string;
    includeEol: boolean;
    orderBy?: Marketplace.v2.ListImagesRequestOrderBy;
    page?: number;
    pageSize?: number;
}

Type declaration

  • Optionalarch?: string

    Choose for which machine architecture to return images.

  • Optionalcategory?: string

    Choose the category of images to get.

  • includeEol: boolean

    Choose to include end-of-life images.

  • OptionalorderBy?: Marketplace.v2.ListImagesRequestOrderBy

    Ordering to use.

  • Optionalpage?: number

    A positive integer to choose the page to display.

  • OptionalpageSize?: number

    A positive integer lower or equal to 100 to select the number of items to display.