GalleryApplicationVersionsClient Interface

public interface GalleryApplicationVersionsClient

An instance of this class provides access to all the operations defined in GalleryApplicationVersionsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

abstract SyncPoller<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, Context context)

Create or update a gallery Application Version.

abstract PollerFlux<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, Context context)

Delete a gallery Application Version.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

abstract SyncPoller<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

abstract SyncPoller<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, Context context)

Update a gallery Application Version.

abstract PollerFlux<PollResult<GalleryApplicationVersionInner>,GalleryApplicationVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

abstract GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

abstract GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, Context context)

Create or update a gallery Application Version.

abstract Mono<GalleryApplicationVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

abstract void delete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

abstract void delete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, Context context)

Delete a gallery Application Version.

abstract Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

abstract GalleryApplicationVersionInner get(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Retrieves information about a gallery Application Version.

abstract Mono<GalleryApplicationVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Retrieves information about a gallery Application Version.

abstract Response<GalleryApplicationVersionInner> getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand, Context context)

Retrieves information about a gallery Application Version.

abstract Mono<Response<GalleryApplicationVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand)

Retrieves information about a gallery Application Version.

abstract PagedIterable<GalleryApplicationVersionInner> listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName)

List gallery Application Versions in a gallery Application Definition.

abstract PagedIterable<GalleryApplicationVersionInner> listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName, Context context)

List gallery Application Versions in a gallery Application Definition.

abstract PagedFlux<GalleryApplicationVersionInner> listByGalleryApplicationAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

List gallery Application Versions in a gallery Application Definition.

abstract GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

abstract GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, Context context)

Update a gallery Application Version.

abstract Mono<GalleryApplicationVersionInner> updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

beginCreateOrUpdate

public abstract SyncPoller,GalleryApplicationVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, Context context)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

beginCreateOrUpdateAsync

public abstract PollerFlux,GalleryApplicationVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.

Returns:

the PollerFlux<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, Context context)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

beginUpdate

public abstract SyncPoller,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

beginUpdate

public abstract SyncPoller,GalleryApplicationVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, Context context)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

beginUpdateAsync

public abstract PollerFlux,GalleryApplicationVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.

Returns:

the PollerFlux<T,U> for polling of specifies information about the gallery Application Version that you want to create or update.

createOrUpdate

public abstract GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update.

createOrUpdate

public abstract GalleryApplicationVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion, Context context)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery Application Version that you want to create or update.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionInner galleryApplicationVersion)

Create or update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be created.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the create or update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.

delete

public abstract void delete(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, Context context)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Delete a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be deleted.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryApplicationVersionInner get(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Retrieves information about a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be retrieved.

Returns:

specifies information about the gallery Application Version that you want to create or update.

getAsync

public abstract Mono getAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName)

Retrieves information about a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be retrieved.

Returns:

specifies information about the gallery Application Version that you want to create or update on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand, Context context)

Retrieves information about a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be retrieved.
expand - The expand expression to apply on the operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery Application Version that you want to create or update along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, ReplicationStatusTypes expand)

Retrieves information about a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version resides.
galleryApplicationVersionName - The name of the gallery Application Version to be retrieved.
expand - The expand expression to apply on the operation.

Returns:

specifies information about the gallery Application Version that you want to create or update along with Response<T> on successful completion of Mono.

listByGalleryApplication

public abstract PagedIterable listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName)

List gallery Application Versions in a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed.

Returns:

the List Gallery Application version operation response as paginated response with PagedIterable<T>.

listByGalleryApplication

public abstract PagedIterable listByGalleryApplication(String resourceGroupName, String galleryName, String galleryApplicationName, Context context)

List gallery Application Versions in a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed.
context - The context to associate with this operation.

Returns:

the List Gallery Application version operation response as paginated response with PagedIterable<T>.

listByGalleryApplicationAsync

public abstract PagedFlux listByGalleryApplicationAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

List gallery Application Versions in a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the Shared Application Gallery Application Definition from which the Application Versions are to be listed.

Returns:

the List Gallery Application version operation response as paginated response with PagedFlux<T>.

update

public abstract GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update.

update

public abstract GalleryApplicationVersionInner update(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion, Context context)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery Application Version that you want to create or update.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update on successful completion of Mono.

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, String galleryApplicationVersionName, GalleryApplicationVersionUpdate galleryApplicationVersion)

Update a gallery Application Version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition resides.
galleryApplicationName - The name of the gallery Application Definition in which the Application Version is to be updated.
galleryApplicationVersionName - 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: <MajorVersion>.<MinorVersion>.<Patch>.
galleryApplicationVersion - Parameters supplied to the update gallery Application Version operation.

Returns:

specifies information about the gallery Application Version that you want to create or update along with Response<T> on successful completion of Mono.

Applies to