TemplateImageOperationsExtensions.Set 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.
Sets a template image details. If the template image already exists, only the Name can be changed.
public static Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult Set (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations, Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails imageDetails);
static member Set : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations * Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageDetails -> Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult
<Extension()>
Public Function Set (operations As ITemplateImageOperations, imageDetails As TemplateImageDetails) As TemplateImageResult
Parameters
- operations
- ITemplateImageOperations
Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.
- imageDetails
- TemplateImageDetails
Required. Details for the template image to be created or updated.
Returns
Operation response for TemplateImageOperations.Get.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET