ISharedGalleryImageVersionsOperations 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.
SharedGalleryImageVersionsOperations operations.
public interface ISharedGalleryImageVersionsOperations
type ISharedGalleryImageVersionsOperations = interface
Public Interface ISharedGalleryImageVersionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a shared gallery image version by subscription id or tenant id. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List shared gallery image versions by subscription id or tenant id. |
ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List shared gallery image versions by subscription id or tenant id. |
Extension Methods
Get(ISharedGalleryImageVersionsOperations, String, String, String, String) |
Get a shared gallery image version by subscription id or tenant id. |
GetAsync(ISharedGalleryImageVersionsOperations, String, String, String, String, CancellationToken) |
Get a shared gallery image version by subscription id or tenant id. |
List(ISharedGalleryImageVersionsOperations, String, String, String, String) |
List shared gallery image versions by subscription id or tenant id. |
ListAsync(ISharedGalleryImageVersionsOperations, String, String, String, String, CancellationToken) |
List shared gallery image versions by subscription id or tenant id. |
ListNext(ISharedGalleryImageVersionsOperations, String) |
List shared gallery image versions by subscription id or tenant id. |
ListNextAsync(ISharedGalleryImageVersionsOperations, String, CancellationToken) |
List shared gallery image versions by subscription id or tenant id. |
Applies to
Azure SDK for .NET