通过


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

CommunityGalleryImagesClient Interface

public interface CommunityGalleryImagesClient

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

Method Summary

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

Get a community gallery image.

abstract Mono<CommunityGalleryImageInner> getAsync(String location, String publicGalleryName, String galleryImageName)

Get a community gallery image.

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

Get a community gallery image.

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

Get a community gallery image.

abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName)

List community gallery images inside a gallery.

abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName, Context context)

List community gallery images inside a gallery.

abstract PagedFlux<CommunityGalleryImageInner> listAsync(String location, String publicGalleryName)

List community gallery images inside a gallery.

Method Details

get

public abstract CommunityGalleryImageInner get(String location, String publicGalleryName, String galleryImageName)

Get a community gallery image.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.
galleryImageName - The name of the community gallery image definition.

Returns:

a community gallery image.

getAsync

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

Get a community gallery image.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.
galleryImageName - The name of the community gallery image definition.

Returns:

a community gallery image on successful completion of Mono.

getWithResponse

public abstract Response<CommunityGalleryImageInner> getWithResponse(String location, String publicGalleryName, String galleryImageName, Context context)

Get a community gallery image.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.
galleryImageName - The name of the community gallery image definition.
context - The context to associate with this operation.

Returns:

a community gallery image along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<CommunityGalleryImageInner>> getWithResponseAsync(String location, String publicGalleryName, String galleryImageName)

Get a community gallery image.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.
galleryImageName - The name of the community gallery image definition.

Returns:

a community gallery image along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName)

List community gallery images inside a gallery.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.

Returns:

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

list

public abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName, Context context)

List community gallery images inside a gallery.

Parameters:

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

Returns:

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

listAsync

public abstract PagedFlux<CommunityGalleryImageInner> listAsync(String location, String publicGalleryName)

List community gallery images inside a gallery.

Parameters:

location - The name of Azure region.
publicGalleryName - The public name of the community gallery.

Returns:

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

Applies to