通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 - The name of Azure region.
publicGalleryName - The public name of the community gallery.

Returns:

a community gallery by gallery public name.

getAsync

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

Get a community gallery by gallery public name.

Parameters:

location - The name of Azure region.
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<CommunityGalleryInner> getWithResponse(String location, String publicGalleryName, Context context)

Get a community gallery by gallery public name.

Parameters:

location - The name of Azure region.
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<Response<CommunityGalleryInner>> getWithResponseAsync(String location, String publicGalleryName)

Get a community gallery by gallery public name.

Parameters:

location - The name of Azure region.
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