Share via


IGalleriesOperations Interface

Definition

GalleriesOperations operations.

public interface IGalleriesOperations
type IGalleriesOperations = interface
Public Interface IGalleriesOperations

Methods

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

Create or update a Shared Image Gallery.

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

Delete a Shared Image Gallery.

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

Update a Shared Image Gallery.

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

Create or update a Shared Image Gallery.

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

Delete a Shared Image Gallery.

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

Retrieves information about a Shared Image Gallery.

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

List galleries under a resource group.

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

List galleries under a resource group.

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

List galleries under a subscription.

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

List galleries under a subscription.

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

Update a Shared Image Gallery.

Extension Methods

BeginCreateOrUpdateAsync(IGalleriesOperations, String, String, GalleryInner, CancellationToken)

Create or update a Shared Image Gallery.

BeginDeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Delete a Shared Image Gallery.

BeginUpdateAsync(IGalleriesOperations, String, String, GalleryUpdate, CancellationToken)

Update a Shared Image Gallery.

CreateOrUpdateAsync(IGalleriesOperations, String, String, GalleryInner, CancellationToken)

Create or update a Shared Image Gallery.

DeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Delete a Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String, CancellationToken)

Retrieves information about a Shared Image Gallery.

ListAsync(IGalleriesOperations, CancellationToken)

List galleries under a subscription.

ListByResourceGroupAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a resource group.

ListByResourceGroupNextAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a resource group.

ListNextAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a subscription.

UpdateAsync(IGalleriesOperations, String, String, GalleryUpdate, CancellationToken)

Update a Shared Image Gallery.

Applies to