Freigeben über


IGalleryImagesOperations Schnittstelle

Definition

GalleryImagesOperations-Vorgänge.

public interface IGalleryImagesOperations
type IGalleryImagesOperations = interface
Public Interface IGalleryImagesOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImage, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder Aktualisieren einer Katalogimagedefinition

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löschen sie ein Katalogimage.

BeginUpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren sie eine Katalogimagedefinition.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, GalleryImage, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder Aktualisieren einer Katalogimagedefinition

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löschen sie ein Katalogimage.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Informationen zu einer Katalogimagedefinition ab.

ListByGalleryNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

ListByGalleryWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

UpdateWithHttpMessagesAsync(String, String, String, GalleryImageUpdate, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren sie eine Katalogimagedefinition.

Erweiterungsmethoden

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

Erstellen oder Aktualisieren einer Katalogimagedefinition

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

Erstellen oder Aktualisieren einer Katalogimagedefinition

BeginDelete(IGalleryImagesOperations, String, String, String)

Löschen sie ein Katalogimage.

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

Löschen sie ein Katalogimage.

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

Aktualisieren sie eine Katalogimagedefinition.

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

Aktualisieren sie eine Katalogimagedefinition.

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

Erstellen oder Aktualisieren einer Katalogimagedefinition

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

Erstellen oder Aktualisieren einer Katalogimagedefinition

Delete(IGalleryImagesOperations, String, String, String)

Löschen sie ein Katalogimage.

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

Löschen sie ein Katalogimage.

Get(IGalleryImagesOperations, String, String, String)

Ruft Informationen zu einer Katalogimagedefinition ab.

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

Ruft Informationen zu einer Katalogimagedefinition ab.

ListByGallery(IGalleryImagesOperations, String, String)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

ListByGalleryAsync(IGalleryImagesOperations, String, String, CancellationToken)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

ListByGalleryNext(IGalleryImagesOperations, String)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

ListByGalleryNextAsync(IGalleryImagesOperations, String, CancellationToken)

Listen Sie Katalogimagedefinitionen in einem Katalog auf.

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

Aktualisieren sie eine Katalogimagedefinition.

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

Aktualisieren sie eine Katalogimagedefinition.

Gilt für: