ITemplateImageOperations 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.
Operations to create, modify, list, and delete template images.
public interface ITemplateImageOperations
type ITemplateImageOperations = interface
Public Interface ITemplateImageOperations
Methods
DeleteAsync(String, CancellationToken) |
Deletes an existing template image. |
EnsureStorageInRegionAsync(String, CancellationToken) |
Ensures storage is ready for the given region. Call this before uploading an image. |
GetAsync(String, CancellationToken) |
Gets details of a template image for the subscription. |
GetUploadScriptAsync(CancellationToken) |
Gets the script for template image upload. Pass this script Uri and SAS obtianed from template image Set or Get operations. |
ListAsync(CancellationToken) |
Gets a list of template images for the subscription. |
MigrateAsync(String, String, String, String, Boolean, CancellationToken) |
Migrate the template image of a collection to the specified azure storage account |
SetAsync(TemplateImageDetails, CancellationToken) |
Sets a template image details. If the template image already exists, only the Name can be changed. |
Extension Methods
Delete(ITemplateImageOperations, String) |
Deletes an existing template image. |
DeleteAsync(ITemplateImageOperations, String) |
Deletes an existing template image. |
EnsureStorageInRegion(ITemplateImageOperations, String) |
Ensures storage is ready for the given region. Call this before uploading an image. |
EnsureStorageInRegionAsync(ITemplateImageOperations, String) |
Ensures storage is ready for the given region. Call this before uploading an image. |
Get(ITemplateImageOperations, String) |
Gets details of a template image for the subscription. |
GetAsync(ITemplateImageOperations, String) |
Gets details of a template image for the subscription. |
GetUploadScript(ITemplateImageOperations) |
Gets the script for template image upload. Pass this script Uri and SAS obtianed from template image Set or Get operations. |
GetUploadScriptAsync(ITemplateImageOperations) |
Gets the script for template image upload. Pass this script Uri and SAS obtianed from template image Set or Get operations. |
List(ITemplateImageOperations) |
Gets a list of template images for the subscription. |
ListAsync(ITemplateImageOperations) |
Gets a list of template images for the subscription. |
Migrate(ITemplateImageOperations, String, String, String, String, Boolean) |
Migrate the template image of a collection to the specified azure storage account |
MigrateAsync(ITemplateImageOperations, String, String, String, String, Boolean) |
Migrate the template image of a collection to the specified azure storage account |
Set(ITemplateImageOperations, TemplateImageDetails) |
Sets a template image details. If the template image already exists, only the Name can be changed. |
SetAsync(ITemplateImageOperations, TemplateImageDetails) |
Sets a template image details. If the template image already exists, only the Name can be changed. |
Applies to
Azure SDK for .NET