Share via


GalleryApplicationsClient Interface

public interface GalleryApplicationsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, Context context)

Create or update a gallery Application Definition.

abstract PollerFlux<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

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

Delete a gallery Application.

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

Delete a gallery Application.

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

Delete a gallery Application.

abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, Context context)

Update a gallery Application Definition.

abstract PollerFlux<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

abstract GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

abstract GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, Context context)

Create or update a gallery Application Definition.

abstract Mono<GalleryApplicationInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

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

Delete a gallery Application.

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

Delete a gallery Application.

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

Delete a gallery Application.

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

Delete a gallery Application.

abstract GalleryApplicationInner get(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

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

Retrieves information about a gallery Application Definition.

abstract Response<GalleryApplicationInner> getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, Context context)

Retrieves information about a gallery Application Definition.

abstract Mono<Response<GalleryApplicationInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

abstract PagedIterable<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

abstract PagedIterable<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName, Context context)

List gallery Application Definitions in a gallery.

abstract PagedFlux<GalleryApplicationInner> listByGalleryAsync(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

abstract GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

abstract GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, Context context)

Update a gallery Application Definition.

abstract Mono<GalleryApplicationInner> updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, Context context)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.
context - The context to associate with this operation.

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.

Returns:

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

beginDelete

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

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

beginDelete

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
context - The context to associate with this operation.

Returns:

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

beginDeleteAsync

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

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

beginUpdate

public abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.

Returns:

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

beginUpdate

public abstract SyncPoller<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, Context context)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.
context - The context to associate with this operation.

Returns:

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

beginUpdateAsync

public abstract PollerFlux<PollResult<GalleryApplicationInner>,GalleryApplicationInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.

Returns:

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

createOrUpdate

public abstract GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.

Returns:

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

createOrUpdate

public abstract GalleryApplicationInner createOrUpdate(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication, Context context)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.
context - The context to associate with this operation.

Returns:

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

createOrUpdateAsync

public abstract Mono<GalleryApplicationInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.

Returns:

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

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the create or update gallery Application operation.

Returns:

specifies information about the gallery Application Definition 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)

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

delete

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
context - The context to associate with this operation.

deleteAsync

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryApplicationInner get(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

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

getAsync

public abstract Mono<GalleryApplicationInner> getAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

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

getWithResponse

public abstract Response<GalleryApplicationInner> getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, Context context)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
context - The context to associate with this operation.

Returns:

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

getWithResponseAsync

public abstract Mono<Response<GalleryApplicationInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.

Returns:

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

listByGallery

public abstract PagedIterable<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.

Returns:

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

listByGallery

public abstract PagedIterable<GalleryApplicationInner> listByGallery(String resourceGroupName, String galleryName, Context context)

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
context - The context to associate with this operation.

Returns:

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

listByGalleryAsync

public abstract PagedFlux<GalleryApplicationInner> listByGalleryAsync(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.

Returns:

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

update

public abstract GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.

Returns:

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

update

public abstract GalleryApplicationInner update(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication, Context context)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.
context - The context to associate with this operation.

Returns:

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

updateAsync

public abstract Mono<GalleryApplicationInner> updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.

Returns:

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

updateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryApplicationName - The name of the gallery Application Definition to be retrieved.
galleryApplication - Parameters supplied to the update gallery Application operation.

Returns:

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

Applies to