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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.