Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GalleryImageVersions

Package version

Interface representing a GalleryImageVersions.

Hierarchy

  • GalleryImageVersions

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

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

    • galleryImageVersionName: string

      The name of the gallery image version to be created. 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: GalleryImageVersion

      Parameters supplied to the create or update gallery image version operation.

    • Optional options: GalleryImageVersionsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryImageVersionsCreateOrUpdateResponse>

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

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

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

  • Retrieves information about 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 retrieved.

    • Optional options: GalleryImageVersionsGetOptionalParams

      The options parameters.

    Returns Promise<GalleryImageVersionsGetResponse>

listByGalleryImage

Generated using TypeDoc