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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET