Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GalleryImages

Package version

Class representing a GalleryImages.

Hierarchy

  • GalleryImages

Index

Constructors

constructor

Methods

createOrUpdate

  • createOrUpdate(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImage, options?: msRest.RequestOptionsBase): Promise<Models.GalleryImagesCreateOrUpdateResponse>
  • createOrUpdate(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImage, callback: msRest.ServiceCallback<GalleryImage>): void
  • createOrUpdate(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImage, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<GalleryImage>): void
  • Create or replace an existing Gallery Image.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImage

      Represents an image from the Azure Marketplace

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.GalleryImagesCreateOrUpdateResponse>

    Promise<Models.GalleryImagesCreateOrUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImage

      Represents an image from the Azure Marketplace

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImage

      Represents an image from the Azure Marketplace

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

deleteMethod

  • deleteMethod(resourceGroupName: string, labAccountName: string, galleryImageName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • deleteMethod(resourceGroupName: string, labAccountName: string, galleryImageName: string, callback: msRest.ServiceCallback<void>): void
  • deleteMethod(resourceGroupName: string, labAccountName: string, galleryImageName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<void>): void
  • Delete gallery image.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<void>

      The callback

    Returns void

get

  • get(resourceGroupName: string, labAccountName: string, galleryImageName: string, options?: Models.GalleryImagesGetOptionalParams): Promise<Models.GalleryImagesGetResponse>
  • get(resourceGroupName: string, labAccountName: string, galleryImageName: string, callback: msRest.ServiceCallback<GalleryImage>): void
  • get(resourceGroupName: string, labAccountName: string, galleryImageName: string, options: GalleryImagesGetOptionalParams, callback: msRest.ServiceCallback<GalleryImage>): void
  • Get gallery image

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • Optional options: Models.GalleryImagesGetOptionalParams

    Returns Promise<Models.GalleryImagesGetResponse>

    Promise<Models.GalleryImagesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • options: GalleryImagesGetOptionalParams

      The optional parameters

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

list

listNext

  • listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.GalleryImagesListNextResponse>
  • listNext(nextPageLink: string, callback: msRest.ServiceCallback<ResponseWithContinuationGalleryImage>): void
  • listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<ResponseWithContinuationGalleryImage>): void
  • List gallery images in a given lab account.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.GalleryImagesListNextResponse>

    Promise<Models.GalleryImagesListNextResponse>

  • Parameters

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<ResponseWithContinuationGalleryImage>

      The callback

    Returns void

update

  • update(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImageFragment, options?: msRest.RequestOptionsBase): Promise<Models.GalleryImagesUpdateResponse>
  • update(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImageFragment, callback: msRest.ServiceCallback<GalleryImage>): void
  • update(resourceGroupName: string, labAccountName: string, galleryImageName: string, galleryImage: GalleryImageFragment, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<GalleryImage>): void
  • Modify properties of gallery images.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImageFragment

      Represents an image from the Azure Marketplace

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.GalleryImagesUpdateResponse>

    Promise<Models.GalleryImagesUpdateResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImageFragment

      Represents an image from the Azure Marketplace

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • labAccountName: string

      The name of the lab Account.

    • galleryImageName: string

      The name of the gallery Image.

    • galleryImage: GalleryImageFragment

      Represents an image from the Azure Marketplace

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<GalleryImage>

      The callback

    Returns void

Generated using TypeDoc