Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GalleryApplicationVersions

Package version

Interface representing a GalleryApplicationVersions.

Hierarchy

  • GalleryApplicationVersions

Implemented by

Index

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

  • Create or update a gallery Application Version.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition resides.

    • galleryApplicationName: string

      The name of the gallery Application Definition in which the Application Version is to be created.

    • galleryApplicationVersionName: string

      The name of the gallery Application 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: ..

    • galleryApplicationVersion: GalleryApplicationVersion

      Parameters supplied to the create or update gallery Application Version operation.

    • Optional options: GalleryApplicationVersionsCreateOrUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryApplicationVersionsCreateOrUpdateResponse>

beginDelete

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

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition resides.

    • galleryApplicationName: string

      The name of the gallery Application Definition in which the Application Version resides.

    • galleryApplicationVersionName: string

      The name of the gallery Application Version to be deleted.

    • Optional options: GalleryApplicationVersionsDeleteOptionalParams

      The options parameters.

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

beginDeleteAndWait

  • Delete a gallery Application Version.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition resides.

    • galleryApplicationName: string

      The name of the gallery Application Definition in which the Application Version resides.

    • galleryApplicationVersionName: string

      The name of the gallery Application Version to be deleted.

    • Optional options: GalleryApplicationVersionsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

  • Update a gallery Application Version.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • galleryName: string

      The name of the Shared Application Gallery in which the Application Definition resides.

    • galleryApplicationName: string

      The name of the gallery Application Definition in which the Application Version is to be updated.

    • galleryApplicationVersionName: string

      The name of the gallery Application Version to be updated. 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: ..

    • galleryApplicationVersion: GalleryApplicationVersionUpdate

      Parameters supplied to the update gallery Application Version operation.

    • Optional options: GalleryApplicationVersionsUpdateOptionalParams

      The options parameters.

    Returns Promise<GalleryApplicationVersionsUpdateResponse>

get

listByGalleryApplication

Generated using TypeDoc