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,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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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,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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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,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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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,Void> beginDelete(String resourceGroupName, String galleryName, String galleryApplicationName)

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be deleted.
galleryApplicationName - The name of the gallery Application Definition 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, Context context)

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be deleted.
galleryApplicationName - The name of the gallery Application Definition 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)

Delete a gallery Application.

Parameters:

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

Returns:

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

beginUpdate

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

Update 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 is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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,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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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,GalleryApplicationInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update 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 is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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 createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update 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 is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationInner galleryApplication)

Create or update 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 is to be created.
galleryApplicationName - The name of the gallery Application Definition to be created or updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be deleted.
galleryApplicationName - The name of the gallery Application Definition to be deleted.

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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be deleted.
galleryApplicationName - The name of the gallery Application Definition to be deleted.
context - The context to associate with this operation.

deleteAsync

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

Delete a gallery Application.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be deleted.
galleryApplicationName - The name of the gallery Application Definition 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)

Delete a gallery Application.

Parameters:

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

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.
galleryName - The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.
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 getAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.
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 getWithResponse(String resourceGroupName, String galleryName, String galleryApplicationName, Context context)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.
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> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName)

Retrieves information about a gallery Application Definition.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which the Application Definitions are to be retrieved.
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 listByGallery(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which Application Definitions are to be listed.

Returns:

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

listByGallery

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

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which Application Definitions are to be listed.
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 listByGalleryAsync(String resourceGroupName, String galleryName)

List gallery Application Definitions in a gallery.

Parameters:

resourceGroupName - The name of the resource group.
galleryName - The name of the Shared Application Gallery from which Application Definitions are to be listed.

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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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.
galleryName - The name of the Shared Application Gallery in which the Application Definition is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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 updateAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update 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 is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryApplicationName, GalleryApplicationUpdate galleryApplication)

Update 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 is to be updated.
galleryApplicationName - The name of the gallery Application Definition to be updated. The allowed characters are alphabets and numbers with dots, dashes, and periods allowed in the middle. The maximum length is 80 characters.
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