ImagesOperationsExtensions Class

Definition

Extension methods for ImagesOperations.

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

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