Dela via


GalleryImageVersionsClient Interface

public interface GalleryImageVersionsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

abstract SyncPoller<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, Context context)

Create or update a gallery image version.

abstract PollerFlux<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, Context context)

Delete a gallery image version.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

abstract SyncPoller<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

abstract SyncPoller<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Context context)

Update a gallery image version.

abstract PollerFlux<PollResult<GalleryImageVersionInner>,GalleryImageVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

abstract GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

abstract GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, Context context)

Create or update a gallery image version.

abstract Mono<GalleryImageVersionInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

abstract void delete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

abstract void delete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, Context context)

Delete a gallery image version.

abstract Mono<Void> deleteAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

abstract GalleryImageVersionInner get(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Retrieves information about a gallery image version.

abstract Mono<GalleryImageVersionInner> getAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Retrieves information about a gallery image version.

abstract Response<GalleryImageVersionInner> getWithResponse(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand, Context context)

Retrieves information about a gallery image version.

abstract Mono<Response<GalleryImageVersionInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand)

Retrieves information about a gallery image version.

abstract PagedIterable<GalleryImageVersionInner> listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName)

List gallery image versions in a gallery image definition.

abstract PagedIterable<GalleryImageVersionInner> listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName, Context context)

List gallery image versions in a gallery image definition.

abstract PagedFlux<GalleryImageVersionInner> listByGalleryImageAsync(String resourceGroupName, String galleryName, String galleryImageName)

List gallery image versions in a gallery image definition.

abstract GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

abstract GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Context context)

Update a gallery image version.

abstract Mono<GalleryImageVersionInner> updateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller,GalleryImageVersionInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, Context context)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.
context - The context to associate with this operation.

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux,GalleryImageVersionInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.

Returns:

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

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image 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 galleryImageName, String galleryImageVersionName, Context context)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image 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 galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be deleted.

Returns:

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

beginUpdate

public abstract SyncPoller,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.

Returns:

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

beginUpdate

public abstract SyncPoller,GalleryImageVersionInner> beginUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Context context)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.
context - The context to associate with this operation.

Returns:

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

beginUpdateAsync

public abstract PollerFlux,GalleryImageVersionInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.

Returns:

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

createOrUpdate

public abstract GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.

Returns:

specifies information about the gallery image version that you want to create or update.

createOrUpdate

public abstract GalleryImageVersionInner createOrUpdate(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion, Context context)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery image version that you want to create or update.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.

Returns:

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

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionInner galleryImageVersion)

Create or update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be created.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the create or update gallery image version operation.

Returns:

specifies information about the gallery image 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 galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be deleted.

delete

public abstract void delete(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, Context context)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be deleted.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image 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 galleryImageName, String galleryImageVersionName)

Delete a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be deleted.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryImageVersionInner get(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Retrieves information about a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be retrieved.

Returns:

specifies information about the gallery image version that you want to create or update.

getAsync

public abstract Mono getAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName)

Retrieves information about a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be retrieved.

Returns:

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

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand, Context context)

Retrieves information about a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image 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 image version that you want to create or update along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, ReplicationStatusTypes expand)

Retrieves information about a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version resides.
galleryImageVersionName - The name of the gallery image version to be retrieved.
expand - The expand expression to apply on the operation.

Returns:

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

listByGalleryImage

public abstract PagedIterable listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName)

List gallery image versions in a gallery image definition.

Parameters:

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

Returns:

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

listByGalleryImage

public abstract PagedIterable listByGalleryImage(String resourceGroupName, String galleryName, String galleryImageName, Context context)

List gallery image versions in a gallery image definition.

Parameters:

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

Returns:

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

listByGalleryImageAsync

public abstract PagedFlux listByGalleryImageAsync(String resourceGroupName, String galleryName, String galleryImageName)

List gallery image versions in a gallery image definition.

Parameters:

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

Returns:

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

update

public abstract GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.

Returns:

specifies information about the gallery image version that you want to create or update.

update

public abstract GalleryImageVersionInner update(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion, Context context)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.
context - The context to associate with this operation.

Returns:

specifies information about the gallery image version that you want to create or update.

updateAsync

public abstract Mono updateAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.

Returns:

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

updateWithResponseAsync

public abstract Mono>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryImageName, String galleryImageVersionName, GalleryImageVersionUpdate galleryImageVersion)

Update a gallery image version.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Image Gallery in which the Image Definition resides.
galleryImageName - The name of the gallery image definition in which the Image Version is to be updated.
galleryImageVersionName - The name of the gallery image 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>.
galleryImageVersion - Parameters supplied to the update gallery image version operation.

Returns:

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

Applies to