GalleryApplications interface
Interface representing a GalleryApplications.
Methods
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.
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.
- 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.
The options parameters.
Returns
Promise<GalleryApplication>
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.
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.
- 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.
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplication>, GalleryApplication>>
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.
The options parameters.
Returns
Promise<GalleryApplication>
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.
The options parameters.
Returns
Promise<GalleryApplication>
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.
The options parameters.