Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SharedGalleryImageVersions

Package version

Interface representing a SharedGalleryImageVersions.

Hierarchy

  • SharedGalleryImageVersions

Implemented by

Index

Methods

Methods

get

  • Get a shared gallery image version by subscription id or tenant id.

    Parameters

    • location: string

      Resource location.

    • galleryUniqueName: string

      The unique name of the Shared Gallery.

    • galleryImageName: string

      The name of the Shared Gallery Image Definition from which the Image Versions are to be listed.

    • 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: ..

    • Optional options: SharedGalleryImageVersionsGetOptionalParams

      The options parameters.

    Returns Promise<SharedGalleryImageVersionsGetResponse>

list

Generated using TypeDoc