TemplateImageOperationsExtensions.GetAsync 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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> GetAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations, string imageName);
static member GetAsync : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult>
<Extension()>
Public Function GetAsync (operations As ITemplateImageOperations, imageName As String) As Task(Of TemplateImageResult)
Parameters
- operations
- ITemplateImageOperations
Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.
- imageName
- String
Required. Name of the template image.
Returns
Operation response for TemplateImageOperations.Get.