Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GalleryImagesImpl

Package version

Class containing GalleryImages operations.

Hierarchy

  • GalleryImagesImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, galleryName: string, galleryImageName: string, options?: GalleryImagesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a gallery image.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery in which the Image Definition is to be deleted.

    • galleryImageName: string

      The name of the gallery image definition to be deleted.

    • Optional options: GalleryImagesDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

  • Update a gallery image definition.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery in which the Image Definition is to be updated.

    • galleryImageName: string

      The name of the gallery image definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

    • galleryImage: GalleryImageUpdate

      Parameters supplied to the update gallery image operation.

    • Optional options: GalleryImagesUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryImagesUpdateResponse>

get

  • Retrieves information about a gallery image definition.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery from which the Image Definitions are to be retrieved.

    • galleryImageName: string

      The name of the gallery image definition to be retrieved.

    • Optional options: GalleryImagesGetOptionalParams

      The options parameters.

    Returns Promise<GalleryImagesGetResponse>

listByGallery

Generated using TypeDoc