Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Galleries

Package version

Interface representing a Galleries.

Hierarchy

  • Galleries

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, devCenterName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a gallery resource.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • devCenterName: string

      The name of the devcenter.

    • galleryName: string

      The name of the gallery.

    • Optional options: GalleriesDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, devCenterName: string, galleryName: string, options?: GalleriesDeleteOptionalParams): Promise<void>
  • Deletes a gallery resource.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • devCenterName: string

      The name of the devcenter.

    • galleryName: string

      The name of the gallery.

    • Optional options: GalleriesDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

get

listByDevCenter

Generated using TypeDoc