Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Galleries

Package version

Interface representing a Galleries.

Hierarchy

  • Galleries

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create or update a Shared Image Gallery.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters.

    • gallery: Gallery

      Parameters supplied to the create or update Shared Image Gallery operation.

    • Optional options: GalleriesCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleriesCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a Shared Image Gallery.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery to be deleted.

    • Optional options: GalleriesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

beginUpdate

beginUpdateAndWait

  • Update a Shared Image Gallery.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters.

    • gallery: GalleryUpdate

      Parameters supplied to the update Shared Image Gallery operation.

    • Optional options: GalleriesUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleriesUpdateResponse>

get

list

listByResourceGroup

Generated using TypeDoc