Share via


GalleryApplications interface

Interface representing a GalleryApplications.

Methods

beginCreateOrUpdate(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)

Create or update a gallery Application Definition.

beginCreateOrUpdateAndWait(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)

Create or update a gallery Application Definition.

beginDelete(string, string, string, GalleryApplicationsDeleteOptionalParams)

Delete a gallery Application.

beginDeleteAndWait(string, string, string, GalleryApplicationsDeleteOptionalParams)

Delete a gallery Application.

beginUpdate(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)

Update a gallery Application Definition.

beginUpdateAndWait(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)

Update a gallery Application Definition.

get(string, string, string, GalleryApplicationsGetOptionalParams)

Retrieves information about a gallery Application Definition.

listByGallery(string, string, GalleryApplicationsListByGalleryOptionalParams)

List gallery Application Definitions in a gallery.

Method Details

beginCreateOrUpdate(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)

Create or update a gallery Application Definition.

function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

galleryApplication
GalleryApplication

Parameters supplied to the create or update gallery Application operation.

options
GalleryApplicationsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>

beginCreateOrUpdateAndWait(string, string, string, GalleryApplication, GalleryApplicationsCreateOrUpdateOptionalParams)

Create or update a gallery Application Definition.

function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplication, options?: GalleryApplicationsCreateOrUpdateOptionalParams): Promise<GalleryApplication>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

galleryApplication
GalleryApplication

Parameters supplied to the create or update gallery Application operation.

options
GalleryApplicationsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, GalleryApplicationsDeleteOptionalParams)

Delete a gallery Application.

function beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

options
GalleryApplicationsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, GalleryApplicationsDeleteOptionalParams)

Delete a gallery Application.

function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

options
GalleryApplicationsDeleteOptionalParams

The options parameters.

Returns

Promise<void>

beginUpdate(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)

Update a gallery Application Definition.

function beginUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

galleryApplication
GalleryApplicationUpdate

Parameters supplied to the update gallery Application operation.

options
GalleryApplicationsUpdateOptionalParams

The options parameters.

Returns

beginUpdateAndWait(string, string, string, GalleryApplicationUpdate, GalleryApplicationsUpdateOptionalParams)

Update a gallery Application Definition.

function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplication: GalleryApplicationUpdate, options?: GalleryApplicationsUpdateOptionalParams): Promise<GalleryApplicationsUpdateResponse>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

galleryApplication
GalleryApplicationUpdate

Parameters supplied to the update gallery Application operation.

options
GalleryApplicationsUpdateOptionalParams

The options parameters.

Returns

get(string, string, string, GalleryApplicationsGetOptionalParams)

Retrieves information about a gallery Application Definition.

function get(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationsGetOptionalParams): Promise<GalleryApplication>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

galleryApplicationName

string

The name of the gallery Application Definition to be retrieved.

options
GalleryApplicationsGetOptionalParams

The options parameters.

Returns

listByGallery(string, string, GalleryApplicationsListByGalleryOptionalParams)

List gallery Application Definitions in a gallery.

function listByGallery(resourceGroupName: string, galleryName: string, options?: GalleryApplicationsListByGalleryOptionalParams): PagedAsyncIterableIterator<GalleryApplication, GalleryApplication[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

galleryName

string

The name of the Shared Image Gallery.

options
GalleryApplicationsListByGalleryOptionalParams

The options parameters.

Returns