Share via


IGalleryImagesOperations Interface

Definition

GalleryImagesOperations operations.

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