IGalleryImageVersionsOperations Interface

Definition

GalleryImageVersionsOperations operations.

public interface IGalleryImageVersionsOperations
type IGalleryImageVersionsOperations = interface
Public Interface IGalleryImageVersionsOperations

Methods

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

Create or update a gallery image version.

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

Delete a gallery image version.

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

Update a gallery image version.

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

Create or update a gallery image version.

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

Delete a gallery image version.

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

Retrieves information about a gallery image version.

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

List gallery image versions in a gallery image definition.

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

List gallery image versions in a gallery image definition.

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

Update a gallery image version.

Extension Methods

BeginCreateOrUpdate(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersion)

Create or update a gallery image version.

BeginCreateOrUpdateAsync(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersion, CancellationToken)

Create or update a gallery image version.

BeginDelete(IGalleryImageVersionsOperations, String, String, String, String)

Delete a gallery image version.

BeginDeleteAsync(IGalleryImageVersionsOperations, String, String, String, String, CancellationToken)

Delete a gallery image version.

BeginUpdate(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersionUpdate)

Update a gallery image version.

BeginUpdateAsync(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersionUpdate, CancellationToken)

Update a gallery image version.

CreateOrUpdate(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersion)

Create or update a gallery image version.

CreateOrUpdateAsync(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersion, CancellationToken)

Create or update a gallery image version.

Delete(IGalleryImageVersionsOperations, String, String, String, String)

Delete a gallery image version.

DeleteAsync(IGalleryImageVersionsOperations, String, String, String, String, CancellationToken)

Delete a gallery image version.

Get(IGalleryImageVersionsOperations, String, String, String, String, String)

Retrieves information about a gallery image version.

GetAsync(IGalleryImageVersionsOperations, String, String, String, String, String, CancellationToken)

Retrieves information about a gallery image version.

ListByGalleryImage(IGalleryImageVersionsOperations, String, String, String)

List gallery image versions in a gallery image definition.

ListByGalleryImageAsync(IGalleryImageVersionsOperations, String, String, String, CancellationToken)

List gallery image versions in a gallery image definition.

ListByGalleryImageNext(IGalleryImageVersionsOperations, String)

List gallery image versions in a gallery image definition.

ListByGalleryImageNextAsync(IGalleryImageVersionsOperations, String, CancellationToken)

List gallery image versions in a gallery image definition.

Update(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersionUpdate)

Update a gallery image version.

UpdateAsync(IGalleryImageVersionsOperations, String, String, String, String, GalleryImageVersionUpdate, CancellationToken)

Update a gallery image version.

Applies to