Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Images

Package version

Interface representing a Images.

Hierarchy

  • Images

Implemented by

Index

Methods

get

  • Gets a gallery image.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • 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<ImagesGetResponse>

listByDevCenter

listByGallery

  • Lists images for a gallery.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • 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