SharedGalleryImagesClient Interface
public interface SharedGalleryImagesClient
An instance of this class provides access to all the operations defined in SharedGalleryImagesClient.
Method Summary
Method Details
get
public abstract SharedGalleryImageInner get(String location, String galleryUniqueName, String galleryImageName)
Get a shared gallery image by subscription id or tenant id.
Parameters:
Returns:
getAsync
public abstract Mono
Get a shared gallery image by subscription id or tenant id.
Parameters:
Returns:
getWithResponse
public abstract Response
Get a shared gallery image by subscription id or tenant id.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get a shared gallery image by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable
List shared gallery images by subscription id or tenant id.
Parameters:
Returns:
list
public abstract PagedIterable
List shared gallery images by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List shared gallery images by subscription id or tenant id.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List shared gallery images by subscription id or tenant id.
Parameters:
Returns:
Applies to
Azure SDK for Java