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. 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.
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.
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. 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.
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.
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationsUpdateResponse>, GalleryApplicationsUpdateResponse>>
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.
The options parameters.
Returns
Promise<GalleryApplicationsUpdateResponse>
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.
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. The name is case insensitive.
- galleryName
-
string
The name of the Shared Image Gallery.
The options parameters.