SharedGalleriesClient Interface
public interface SharedGalleriesClient
An instance of this class provides access to all the operations defined in SharedGalleriesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Shared |
get(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id. |
|
abstract
reactor.core.publisher.Mono<Shared |
getAsync(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id. |
|
abstract
Response<Shared |
getWithResponse(String location, String galleryUniqueName, Context context)
Get a shared gallery by subscription id or tenant id. |
|
abstract
reactor.core.publisher.Mono<Response<Shared |
getWithResponseAsync(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id. |
|
abstract
Paged |
list(String location)
List shared galleries by subscription id or tenant id. |
|
abstract
Paged |
list(String location, SharedToValues sharedTo, Context context)
List shared galleries by subscription id or tenant id. |
|
abstract
Paged |
listAsync(String location)
List shared galleries by subscription id or tenant id. |
|
abstract
Paged |
listAsync(String location, SharedToValues sharedTo)
List shared galleries by subscription id or tenant id. |
Method Details
get
public abstract SharedGalleryInner get(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
getAsync
public abstract Mono<SharedGalleryInner> getAsync(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
getWithResponse
public abstract Response<SharedGalleryInner> getWithResponse(String location, String galleryUniqueName, Context context)
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<SharedGalleryInner>> getWithResponseAsync(String location, String galleryUniqueName)
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable<SharedGalleryInner> list(String location)
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable<SharedGalleryInner> list(String location, SharedToValues sharedTo, Context context)
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux<SharedGalleryInner> listAsync(String location)
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux<SharedGalleryInner> listAsync(String location, SharedToValues sharedTo)
List shared galleries by subscription id or tenant id.
Parameters:
Returns: