TemplateImageOperationsExtensions.Get 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 Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult Get (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations, string imageName);
static member Get : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations * string -> Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult
<Extension()>
Public Function Get (operations As ITemplateImageOperations, imageName As String) As 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.