IGalleriesOperations Interface

Definition

GalleriesOperations operations.

public interface IGalleriesOperations
type IGalleriesOperations = interface
Public Interface IGalleriesOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, Gallery, 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, Gallery, 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)

Retrieves information about a Shared Image Gallery.

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

Retrieves information about a Shared Image Gallery.

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

Retrieves information about a Shared Image Gallery.

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

Retrieves information about a Shared Image Gallery.

GetWithHttpMessagesAsync(String, String, 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

BeginCreateOrUpdate(IGalleriesOperations, String, String, Gallery)

Create or update a Shared Image Gallery.

BeginCreateOrUpdateAsync(IGalleriesOperations, String, String, Gallery, CancellationToken)

Create or update a Shared Image Gallery.

BeginDelete(IGalleriesOperations, String, String)

Delete a Shared Image Gallery.

BeginDeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Delete a Shared Image Gallery.

BeginUpdate(IGalleriesOperations, String, String, GalleryUpdate)

Update a Shared Image Gallery.

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

Update a Shared Image Gallery.

CreateOrUpdate(IGalleriesOperations, String, String, Gallery)

Create or update a Shared Image Gallery.

CreateOrUpdateAsync(IGalleriesOperations, String, String, Gallery, CancellationToken)

Create or update a Shared Image Gallery.

Delete(IGalleriesOperations, String, String)

Delete a Shared Image Gallery.

DeleteAsync(IGalleriesOperations, String, String, CancellationToken)

Delete a Shared Image Gallery.

Get(IGalleriesOperations, String, String, String, String)

Retrieves information about a Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String)

Retrieves information about a Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String, String, String, CancellationToken)

Retrieves information about a Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String, String, CancellationToken)

Retrieves information about a Shared Image Gallery.

GetAsync(IGalleriesOperations, String, String, CancellationToken)

Retrieves information about a Shared Image Gallery.

List(IGalleriesOperations)

List galleries under a subscription.

ListAsync(IGalleriesOperations, CancellationToken)

List galleries under a subscription.

ListByResourceGroup(IGalleriesOperations, String)

List galleries under a resource group.

ListByResourceGroupAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a resource group.

ListByResourceGroupNext(IGalleriesOperations, String)

List galleries under a resource group.

ListByResourceGroupNextAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a resource group.

ListNext(IGalleriesOperations, String)

List galleries under a subscription.

ListNextAsync(IGalleriesOperations, String, CancellationToken)

List galleries under a subscription.

Update(IGalleriesOperations, String, String, GalleryUpdate)

Update a Shared Image Gallery.

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

Update a Shared Image Gallery.

Applies to