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
Get a community gallery image.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a community gallery image.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a community gallery image.
Parameters:
Returns:
list
public abstract PagedIterable
List community gallery images inside a gallery.
Parameters:
Returns:
list
public abstract PagedIterable
List community gallery images inside a gallery.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List community gallery images inside a gallery.
Parameters:
Returns:
Applies to
Azure SDK for Java