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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version is to be created.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..
- 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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version is to be created.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be created. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..
- 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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version resides.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be deleted.
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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version resides.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be deleted.
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<GalleryApplicationVersion>, GalleryApplicationVersion>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version is to be updated.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..
- galleryApplicationVersion
- GalleryApplicationVersionUpdate
Parameters supplied to the update gallery Application Version operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<GalleryApplicationVersion>, GalleryApplicationVersion>>
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<GalleryApplicationVersion>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version is to be updated.
- galleryApplicationVersionName
-
string
The name of the gallery Application Version to be updated. Needs to follow semantic version name pattern: The allowed characters are digit and period. Digits must be within the range of a 32-bit integer. Format: ..
- galleryApplicationVersion
- GalleryApplicationVersionUpdate
Parameters supplied to the update gallery Application Version operation.
The options parameters.
Returns
Promise<GalleryApplicationVersion>
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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the gallery Application Definition in which the Application Version resides.
- 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.
- galleryName
-
string
The name of the Shared Application Gallery in which the Application Definition resides.
- galleryApplicationName
-
string
The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed.
The options parameters.