Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GalleryImages

Package version

Class representing a GalleryImages.

Hierarchy

  • GalleryImages

Index

Constructors

Methods

Constructors

constructor

Methods

list

  • list(resourceGroupName: string, labName: string, options?: Models.GalleryImagesListOptionalParams): Promise<Models.GalleryImagesListResponse>
  • list(resourceGroupName: string, labName: string, callback: msRest.ServiceCallback<GalleryImageList>): void
  • list(resourceGroupName: string, labName: string, options: GalleryImagesListOptionalParams, callback: msRest.ServiceCallback<GalleryImageList>): void
  • List gallery images in a given lab.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • Optional options: Models.GalleryImagesListOptionalParams

    Returns Promise<Models.GalleryImagesListResponse>

    Promise<Models.GalleryImagesListResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labName: string

      The name of the lab.

    • callback: msRest.ServiceCallback<GalleryImageList>

      The callback

    Returns void

  • Parameters

    Returns void

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.GalleryImagesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<GalleryImageList>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<GalleryImageList>): void
  • List gallery images in a given lab.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.GalleryImagesListNextResponse>

    Promise<Models.GalleryImagesListNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<GalleryImageList>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<GalleryImageList>

      The callback

    Returns void

Generated using TypeDoc