IImagesOperations Interface

Definition

ImagesOperations operations.

public interface IImagesOperations
type IImagesOperations = interface
Public Interface IImagesOperations

Methods

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

Create or update an image.

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

Deletes an Image.

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

Update an image.

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

Create or update an image.

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

Deletes an Image.

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

Gets an image.

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

Gets the list of images under a resource group.

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

Gets the list of images under a resource group.

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

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

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

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

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

Update an image.

Extension Methods

BeginCreateOrUpdate(IImagesOperations, String, String, Image)

Create or update an image.

BeginCreateOrUpdateAsync(IImagesOperations, String, String, Image, CancellationToken)

Create or update an image.

BeginDelete(IImagesOperations, String, String)

Deletes an Image.

BeginDeleteAsync(IImagesOperations, String, String, CancellationToken)

Deletes an Image.

BeginUpdate(IImagesOperations, String, String, ImageUpdate)

Update an image.

BeginUpdateAsync(IImagesOperations, String, String, ImageUpdate, CancellationToken)

Update an image.

CreateOrUpdate(IImagesOperations, String, String, Image)

Create or update an image.

CreateOrUpdateAsync(IImagesOperations, String, String, Image, CancellationToken)

Create or update an image.

Delete(IImagesOperations, String, String)

Deletes an Image.

DeleteAsync(IImagesOperations, String, String, CancellationToken)

Deletes an Image.

Get(IImagesOperations, String, String, String)

Gets an image.

GetAsync(IImagesOperations, String, String, String, CancellationToken)

Gets an image.

List(IImagesOperations)

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

ListAsync(IImagesOperations, CancellationToken)

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

ListByResourceGroup(IImagesOperations, String)

Gets the list of images under a resource group.

ListByResourceGroupAsync(IImagesOperations, String, CancellationToken)

Gets the list of images under a resource group.

ListByResourceGroupNext(IImagesOperations, String)

Gets the list of images under a resource group.

ListByResourceGroupNextAsync(IImagesOperations, String, CancellationToken)

Gets the list of images under a resource group.

ListNext(IImagesOperations, String)

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

ListNextAsync(IImagesOperations, String, CancellationToken)

Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.

Update(IImagesOperations, String, String, ImageUpdate)

Update an image.

UpdateAsync(IImagesOperations, String, String, ImageUpdate, CancellationToken)

Update an image.

Applies to