Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GalleryImageVersionsImpl

Package version

Class containing GalleryImageVersions operations.

Hierarchy

  • GalleryImageVersionsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery in which the Image Definition resides.

    • galleryImageName: string

      The name of the gallery image definition in which the Image Version resides.

    • galleryImageVersionName: string

      The name of the gallery image version to be deleted.

    • Optional options: GalleryImageVersionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete a gallery image version.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery in which the Image Definition resides.

    • galleryImageName: string

      The name of the gallery image definition in which the Image Version resides.

    • galleryImageVersionName: string

      The name of the gallery image version to be deleted.

    • Optional options: GalleryImageVersionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

  • Update a gallery image version.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery in which the Image Definition resides.

    • galleryImageName: string

      The name of the gallery image definition in which the Image Version is to be updated.

    • galleryImageVersionName: string

      The name of the gallery image version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..

    • galleryImageVersion: GalleryImageVersionUpdate

      Parameters supplied to the update gallery image version operation.

    • Optional options: GalleryImageVersionsUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryImageVersionsUpdateResponse>

get

listByGalleryImage

Generated using TypeDoc