IImagesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ImagesOperations operations.
public interface IImagesOperations
type IImagesOperations = interface
Public Interface IImagesOperations
Methods
Extension Methods
CreateOrUpdate(IImagesOperations, Image, String, String, String) |
Updates an image via PUT. |
CreateOrUpdateAsync(IImagesOperations, Image, String, String, String, CancellationToken) |
Updates an image via PUT. |
Get(IImagesOperations, String, String, String) |
Gets an image. |
GetAsync(IImagesOperations, String, String, String, CancellationToken) |
Gets an image. |
ListByLabPlan(IImagesOperations, String, String, String) |
Gets all images. |
ListByLabPlanAsync(IImagesOperations, String, String, String, CancellationToken) |
Gets all images. |
ListByLabPlanNext(IImagesOperations, String) |
Gets all images. |
ListByLabPlanNextAsync(IImagesOperations, String, CancellationToken) |
Gets all images. |
Update(IImagesOperations, ImageUpdate, String, String, String) |
Updates an image. |
UpdateAsync(IImagesOperations, ImageUpdate, String, String, String, CancellationToken) |
Updates an image. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET