IGalleryImagesOperations Interface

Definition

GalleryImagesOperations operations.

public interface IGalleryImagesOperations
type IGalleryImagesOperations = interface
Public Interface IGalleryImagesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImage, 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, GalleryImage, 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

BeginCreateOrUpdate(IGalleryImagesOperations, String, String, String, GalleryImage)

Create or update a gallery image definition.

BeginCreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImage, CancellationToken)

Create or update a gallery image definition.

BeginDelete(IGalleryImagesOperations, String, String, String)

Delete a gallery image.

BeginDeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

Delete a gallery image.

BeginUpdate(IGalleryImagesOperations, String, String, String, GalleryImageUpdate)

Update a gallery image definition.

BeginUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)

Update a gallery image definition.

CreateOrUpdate(IGalleryImagesOperations, String, String, String, GalleryImage)

Create or update a gallery image definition.

CreateOrUpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImage, CancellationToken)

Create or update a gallery image definition.

Delete(IGalleryImagesOperations, String, String, String)

Delete a gallery image.

DeleteAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

Delete a gallery image.

Get(IGalleryImagesOperations, String, String, String)

Retrieves information about a gallery image definition.

GetAsync(IGalleryImagesOperations, String, String, String, CancellationToken)

Retrieves information about a gallery image definition.

ListByGallery(IGalleryImagesOperations, String, String)

List gallery image definitions in a gallery.

ListByGalleryAsync(IGalleryImagesOperations, String, String, CancellationToken)

List gallery image definitions in a gallery.

ListByGalleryNext(IGalleryImagesOperations, String)

List gallery image definitions in a gallery.

ListByGalleryNextAsync(IGalleryImagesOperations, String, CancellationToken)

List gallery image definitions in a gallery.

Update(IGalleryImagesOperations, String, String, String, GalleryImageUpdate)

Update a gallery image definition.

UpdateAsync(IGalleryImagesOperations, String, String, String, GalleryImageUpdate, CancellationToken)

Update a gallery image definition.

Applies to