Dela via


CommunityGalleriesClient Interface

public interface CommunityGalleriesClient

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

Method Summary

Modifier and Type Method and Description
abstract CommunityGalleryInner get(String location, String publicGalleryName)

Get a community gallery by gallery public name.

abstract Mono<CommunityGalleryInner> getAsync(String location, String publicGalleryName)

Get a community gallery by gallery public name.

abstract Response<CommunityGalleryInner> getWithResponse(String location, String publicGalleryName, Context context)

Get a community gallery by gallery public name.

abstract Mono<Response<CommunityGalleryInner>> getWithResponseAsync(String location, String publicGalleryName)

Get a community gallery by gallery public name.

Method Details

get

public abstract CommunityGalleryInner get(String location, String publicGalleryName)

Get a community gallery by gallery public name.

Parameters:

location - Resource location.
publicGalleryName - The public name of the community gallery.

Returns:

a community gallery by gallery public name.

getAsync

public abstract Mono getAsync(String location, String publicGalleryName)

Get a community gallery by gallery public name.

Parameters:

location - Resource location.
publicGalleryName - The public name of the community gallery.

Returns:

a community gallery by gallery public name on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String location, String publicGalleryName, Context context)

Get a community gallery by gallery public name.

Parameters:

location - Resource location.
publicGalleryName - The public name of the community gallery.
context - The context to associate with this operation.

Returns:

a community gallery by gallery public name along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String location, String publicGalleryName)

Get a community gallery by gallery public name.

Parameters:

location - Resource location.
publicGalleryName - The public name of the community gallery.

Returns:

a community gallery by gallery public name along with Response<T> on successful completion of Mono.

Applies to