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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET