IGalleryImagesOperations 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.
GalleryImagesOperations operations.
In this article
public interface IGalleryImagesOperations
type IGalleryImagesOperations = interface
Public Interface IGalleryImagesOperations
Methods
BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImageInner, Dictionary<String,List<String>>, CancellationToken)
Create or update a gallery Image Definition.
BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete a gallery image.
BeginUpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)
Update a gallery Image Definition.
CreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImageInner, Dictionary<String,List<String>>, CancellationToken)
Create or update a gallery Image Definition.
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Delete a gallery image.
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
Retrieves information about a gallery Image Definition.
ListByGalleryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
List gallery Image Definitions in a gallery.
ListByGalleryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
List gallery Image Definitions in a gallery.
UpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)
Update a gallery Image Definition.
Extension Methods
BeginCreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageInner, CancellationToken)
Create or update a gallery Image Definition.
BeginDeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)
Delete a gallery image.
BeginUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)
Update a gallery Image Definition.
CreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageInner, CancellationToken)
Create or update a gallery Image Definition.
DeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)
Delete a gallery image.
GetAsync(IGalleryImagesOperations, String, String, String, CancellationToken)
Retrieves information about a gallery Image Definition.
ListByGalleryAsync(IGalleryImagesOperations, String, String, CancellationToken)
List gallery Image Definitions in a gallery.
ListByGalleryNextAsync(IGalleryImagesOperations, String, CancellationToken)
List gallery Image Definitions in a gallery.
UpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)
Update a gallery Image Definition.
Applies to