Share via


GalleryScriptsClient Interface

public interface GalleryScriptsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition.

abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)

Create or update a Gallery Script Definition.

abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition.

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

Delete a gallery Script Definition.

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

Delete a gallery Script Definition.

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

Delete a gallery Script Definition.

abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)

Update a gallery Script Definition.

abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition.

abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)

Create or update a Gallery Script Definition.

abstract Mono<GalleryScriptInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition.

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

Delete a gallery Script Definition.

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

Delete a gallery Script Definition.

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

Delete a gallery Script Definition.

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

Delete a gallery Script Definition.

abstract GalleryScriptInner get(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

abstract Mono<GalleryScriptInner> getAsync(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

abstract Response<GalleryScriptInner> getWithResponse(String resourceGroupName, String galleryName, String galleryScriptName, Context context)

Retrieves information about a gallery script definition.

abstract Mono<Response<GalleryScriptInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

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

List gallery Script Definitions in a gallery.

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

List gallery Script Definitions in a gallery.

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

List gallery Script Definitions in a gallery.

abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)

Update a gallery Script Definition.

abstract Mono<GalleryScriptInner> updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

abstract Mono<Response<Flux<ByteBuffer>>> updateWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

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

beginCreateOrUpdate

public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

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

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginCreateOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

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

beginDelete

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

Delete a gallery Script Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryScriptName - The name of the gallery Script 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 galleryScriptName, Context context)

Delete a gallery Script Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryScriptName - The name of the gallery Script 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 galleryScriptName)

Delete a gallery Script Definition.

Parameters:

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

Returns:

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

beginUpdate

public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

beginUpdate

public abstract SyncPoller<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

beginUpdateAsync

public abstract PollerFlux<PollResult<GalleryScriptInner>,GalleryScriptInner> beginUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

createOrUpdate

public abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

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

createOrUpdate

public abstract GalleryScriptInner createOrUpdate(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript, Context context)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

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

createOrUpdateAsync

public abstract Mono<GalleryScriptInner> createOrUpdateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

specifies information about the gallery Script 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 galleryScriptName, GalleryScriptInner galleryScript)

Create or update a Gallery Script Definition. Gallery scripts allow the storage, sharing and reuse of common scripts.

Parameters:

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

Returns:

specifies information about the gallery Script 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 galleryScriptName)

Delete a gallery Script Definition.

Parameters:

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

delete

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

Delete a gallery Script Definition.

Parameters:

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

deleteAsync

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

Delete a gallery Script Definition.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
galleryName - The name of the Shared Image Gallery.
galleryScriptName - The name of the gallery Script 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 galleryScriptName)

Delete a gallery Script Definition.

Parameters:

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

Returns:

the Response<T> on successful completion of Mono.

get

public abstract GalleryScriptInner get(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

Parameters:

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

Returns:

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

getAsync

public abstract Mono<GalleryScriptInner> getAsync(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

Parameters:

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

Returns:

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

getWithResponse

public abstract Response<GalleryScriptInner> getWithResponse(String resourceGroupName, String galleryName, String galleryScriptName, Context context)

Retrieves information about a gallery script definition.

Parameters:

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

Returns:

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

getWithResponseAsync

public abstract Mono<Response<GalleryScriptInner>> getWithResponseAsync(String resourceGroupName, String galleryName, String galleryScriptName)

Retrieves information about a gallery script definition.

Parameters:

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

Returns:

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

listByGallery

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

List gallery Script 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 Script operation response as paginated response with PagedIterable<T>.

listByGallery

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

List gallery Script 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 Script operation response as paginated response with PagedIterable<T>.

listByGalleryAsync

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

List gallery Script 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 Script operation response as paginated response with PagedFlux<T>.

update

public abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

update

public abstract GalleryScriptInner update(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript, Context context)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

updateAsync

public abstract Mono<GalleryScriptInner> updateAsync(String resourceGroupName, String galleryName, String galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Parameters:

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

Returns:

specifies information about the gallery Script 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 galleryScriptName, GalleryScriptUpdate galleryScript)

Update a gallery Script Definition.

Parameters:

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

Returns:

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

Applies to