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
- Resource location.
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 getAsync(String location, String publicGalleryName, String galleryImageName)
Get a community gallery image.
Parameters:
location
- Resource location.
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 getWithResponse(String location, String publicGalleryName, String galleryImageName, Context context)
Get a community gallery image.
Parameters:
location
- Resource location.
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:
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String location, String publicGalleryName, String galleryImageName)
Get a community gallery image.
Parameters:
location
- Resource location.
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 list(String location, String publicGalleryName)
List community gallery images inside a gallery.
Parameters:
location
- Resource location.
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 list(String location, String publicGalleryName, Context context)
List community gallery images inside a gallery.
Parameters:
location
- Resource location.
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 listAsync(String location, String publicGalleryName)
List community gallery images inside a gallery.
Parameters:
location
- Resource location.
publicGalleryName
- The public name of the community gallery.
Returns:
the List Community Gallery Images operation response as paginated response with
PagedFlux<T>.
Applies to