TemplateImageOperationsExtensions Class

Definition

RmoteApp management client

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

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