ISharedGalleryImagesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SharedGalleryImagesOperations operations.
public interface ISharedGalleryImagesOperations
type ISharedGalleryImagesOperations = interface
Public Interface ISharedGalleryImagesOperations
Methods
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a shared gallery image by subscription id or tenant id. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List shared gallery images by subscription id or tenant id. |
ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List shared gallery images by subscription id or tenant id. |
Extension Methods
Get(ISharedGalleryImagesOperations, String, String, String) |
Get a shared gallery image by subscription id or tenant id. |
GetAsync(ISharedGalleryImagesOperations, String, String, String, CancellationToken) |
Get a shared gallery image by subscription id or tenant id. |
List(ISharedGalleryImagesOperations, String, String, String) |
List shared gallery images by subscription id or tenant id. |
ListAsync(ISharedGalleryImagesOperations, String, String, String, CancellationToken) |
List shared gallery images by subscription id or tenant id. |
ListNext(ISharedGalleryImagesOperations, String) |
List shared gallery images by subscription id or tenant id. |
ListNextAsync(ISharedGalleryImagesOperations, String, CancellationToken) |
List shared gallery images by subscription id or tenant id. |
Applies to
Azure SDK for .NET