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.

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.

options
GalleryApplicationsCreateOrUpdateOptionalParams

The options parameters.

Returns

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.

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.

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.

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.

options
GalleryApplicationsDeleteOptionalParams

The options parameters.

Returns

Promise<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.

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.

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<GalleryApplication>, GalleryApplication>>

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.

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<GalleryApplication>

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.

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.

galleryName

string

The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.

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.

galleryName

string

The name of the Shared Application Gallery from which Application Definitions are to be listed.

options
GalleryApplicationsListByGalleryOptionalParams

The options parameters.

Returns