GalleryApplicationVersions interface
Interface representing a GalleryApplicationVersions.
Methods
Method Details
beginCreateOrUpdate(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)
Create or update a gallery Application Version.
function beginCreateOrUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersion, options?: GalleryApplicationVersionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationVersion>, GalleryApplicationVersion>>
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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
- galleryApplicationVersion
- GalleryApplicationVersion
Parameters supplied to the create or update gallery Application Version operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationVersion>, GalleryApplicationVersion>>
beginCreateOrUpdateAndWait(string, string, string, string, GalleryApplicationVersion, GalleryApplicationVersionsCreateOrUpdateOptionalParams)
Create or update a gallery Application Version.
function beginCreateOrUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersion, options?: GalleryApplicationVersionsCreateOrUpdateOptionalParams): Promise<GalleryApplicationVersion>
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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
- galleryApplicationVersion
- GalleryApplicationVersion
Parameters supplied to the create or update gallery Application Version operation.
The options parameters.
Returns
Promise<GalleryApplicationVersion>
beginDelete(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)
Delete a gallery Application Version.
function beginDelete(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsDeleteOptionalParams): 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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, GalleryApplicationVersionsDeleteOptionalParams)
Delete a gallery Application Version.
function beginDeleteAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsDeleteOptionalParams): 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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
The options parameters.
Returns
Promise<void>
beginUpdate(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)
Update a gallery Application Version.
function beginUpdate(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersionUpdate, options?: GalleryApplicationVersionsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<GalleryApplicationVersionsUpdateResponse>, GalleryApplicationVersionsUpdateResponse>>
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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
- galleryApplicationVersion
- GalleryApplicationVersionUpdate
Parameters supplied to the update gallery Application Version operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationVersionsUpdateResponse>, GalleryApplicationVersionsUpdateResponse>>
beginUpdateAndWait(string, string, string, string, GalleryApplicationVersionUpdate, GalleryApplicationVersionsUpdateOptionalParams)
Update a gallery Application Version.
function beginUpdateAndWait(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, galleryApplicationVersion: GalleryApplicationVersionUpdate, options?: GalleryApplicationVersionsUpdateOptionalParams): Promise<GalleryApplicationVersionsUpdateResponse>
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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
- galleryApplicationVersion
- GalleryApplicationVersionUpdate
Parameters supplied to the update gallery Application Version operation.
The options parameters.
Returns
get(string, string, string, string, GalleryApplicationVersionsGetOptionalParams)
Retrieves information about a gallery Application Version.
function get(resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string, options?: GalleryApplicationVersionsGetOptionalParams): Promise<GalleryApplicationVersion>
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.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be retrieved.
The options parameters.
Returns
Promise<GalleryApplicationVersion>
listByGalleryApplication(string, string, string, GalleryApplicationVersionsListByGalleryApplicationOptionalParams)
List gallery Application Versions in a gallery Application Definition.
function listByGalleryApplication(resourceGroupName: string, galleryName: string, galleryApplicationName: string, options?: GalleryApplicationVersionsListByGalleryApplicationOptionalParams): PagedAsyncIterableIterator<GalleryApplicationVersion, GalleryApplicationVersion[], PageSettings>
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.