Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GalleryImages

Package version

Interface representing a GalleryImages.

Hierarchy

  • GalleryImages

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create or 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 created.

    • galleryImageName: string

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

    • galleryImage: GalleryImage

      Parameters supplied to the create or update gallery image operation.

    • Optional options: GalleryImagesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryImagesCreateOrUpdateResponse>

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

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

beginUpdate

  • 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<PollerLike<PollOperationState<GalleryImagesUpdateResponse>, GalleryImagesUpdateResponse>>

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