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에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET