CommunityGalleryImagesClient Interface
public interface CommunityGalleryImagesClient
An instance of this class provides access to all the operations defined in CommunityGalleryImagesClient.
Method Summary
Method Details
get
public abstract CommunityGalleryImageInner get(String location, String publicGalleryName, String galleryImageName)
Get a community gallery image.
Parameters:
Returns:
getAsync
public abstract Mono<CommunityGalleryImageInner> getAsync(String location, String publicGalleryName, String galleryImageName)
Get a community gallery image.
Parameters:
Returns:
getWithResponse
public abstract Response<CommunityGalleryImageInner> getWithResponse(String location, String publicGalleryName, String galleryImageName, Context context)
Get a community gallery image.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<CommunityGalleryImageInner>> getWithResponseAsync(String location, String publicGalleryName, String galleryImageName)
Get a community gallery image.
Parameters:
Returns:
list
public abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName)
List community gallery images inside a gallery.
Parameters:
Returns:
list
public abstract PagedIterable<CommunityGalleryImageInner> list(String location, String publicGalleryName, Context context)
List community gallery images inside a gallery.
Parameters:
Returns:
listAsync
public abstract PagedFlux<CommunityGalleryImageInner> listAsync(String location, String publicGalleryName)
List community gallery images inside a gallery.
Parameters:
Returns: