ITemplateImageOperations.GetAsync(String, CancellationToken) Method
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.
Gets details of a template image for the subscription.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> GetAsync (string imageName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult>
Public Function GetAsync (imageName As String, cancellationToken As CancellationToken) As Task(Of TemplateImageResult)
Parameters
- imageName
- String
Name of the template image.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Operation response for TemplateImageOperations.Get.