Package version:

Interface Images

Interface representing a Images.

Hierarchy

  • Images

Methods

  • Gets a gallery image.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • devCenterName: string

      The name of the devcenter.

    • galleryName: string

      The name of the gallery.

    • imageName: string

      The name of the image.

    • Optional options: ImagesGetOptionalParams

      The options parameters.

    Returns Promise<Image>

  • Lists images for a gallery.

    Parameters

    • resourceGroupName: string

      The name of the resource group. The name is case insensitive.

    • devCenterName: string

      The name of the devcenter.

    • galleryName: string

      The name of the gallery.

    • Optional options: ImagesListByGalleryOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Image>

Generated using TypeDoc