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
Community |
get(String location, String publicGalleryName)
Get a community gallery by gallery public name. |
abstract
Mono<Community |
getAsync(String location, String publicGalleryName)
Get a community gallery by gallery public name. |
abstract
Response<Community |
getWithResponse(String location, String publicGalleryName, Context context)
Get a community gallery by gallery public name. |
abstract
Mono<Response<Community |
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:
Returns:
getAsync
public abstract Mono
Get a community gallery by gallery public name.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a community gallery by gallery public name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a community gallery by gallery public name.
Parameters:
Returns:
Applies to
Azure SDK for Java