ICommunityGalleryImageVersionsOperations 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.
CommunityGalleryImageVersionsOperations operations.
public interface ICommunityGalleryImageVersionsOperations
type ICommunityGalleryImageVersionsOperations = interface
Public Interface ICommunityGalleryImageVersionsOperations
Methods
GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken) |
Get a community gallery image version. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
List community gallery image versions inside an image. |
ListWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken) |
List community gallery image versions inside an image. |
Extension Methods
Get(ICommunityGalleryImageVersionsOperations, String, String, String, String) |
Get a community gallery image version. |
GetAsync(ICommunityGalleryImageVersionsOperations, String, String, String, String, CancellationToken) |
Get a community gallery image version. |
List(ICommunityGalleryImageVersionsOperations, String, String, String) |
List community gallery image versions inside an image. |
ListAsync(ICommunityGalleryImageVersionsOperations, String, String, String, CancellationToken) |
List community gallery image versions inside an image. |
ListNext(ICommunityGalleryImageVersionsOperations, String) |
List community gallery image versions inside an image. |
ListNextAsync(ICommunityGalleryImageVersionsOperations, String, CancellationToken) |
List community gallery image versions inside an image. |
Applies to
Azure SDK for .NET