GalleryImagesOperationsExtensions Class

Definition

Extension methods for GalleryImagesOperations.

public static class GalleryImagesOperationsExtensions
type GalleryImagesOperationsExtensions = class
Public Module GalleryImagesOperationsExtensions
Inheritance
GalleryImagesOperationsExtensions

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