SharedGalleriesClient Interface
public interface SharedGalleriesClient
An instance of this class provides access to all the operations defined in SharedGalleriesClient.
Method Summary
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
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a shared gallery by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List shared galleries by subscription id or tenant id.
Parameters:
Returns:
Applies to
Azure SDK for Java