Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GalleryApplications

Package version

Interface representing a GalleryApplications.

Hierarchy

  • GalleryApplications

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create or update a gallery Application Definition.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition is to be created.

    • galleryApplicationName: string

      The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

    • galleryApplication: GalleryApplication

      Parameters supplied to the create or update gallery Application operation.

    • Optional options: GalleryApplicationsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryApplicationsCreateOrUpdateResponse>

beginDelete

  • beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Delete a gallery Application.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition is to be deleted.

    • galleryApplicationName: string

      The name of the gallery Application Definition to be deleted.

    • Optional options: GalleryApplicationsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete a gallery Application.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition is to be deleted.

    • galleryApplicationName: string

      The name of the gallery Application Definition to be deleted.

    • Optional options: GalleryApplicationsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

  • Update a gallery Application Definition.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition is to be updated.

    • galleryApplicationName: string

      The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.

    • galleryApplication: GalleryApplicationUpdate

      Parameters supplied to the update gallery Application operation.

    • Optional options: GalleryApplicationsUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryApplicationsUpdateResponse>

get

listByGallery

Generated using TypeDoc