Click or drag to resize

IJsonPostWsEndUserSetUpdatePersonalTemplate Method

Allows the updating of the personal-attributes created template:

Namespace:  Aruba.Cloud.WsEndUser
Assembly:  Aruba.Cloud.WsEndUser (in Aruba.Cloud.WsEndUser.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream SetUpdatePersonalTemplate(
	SetUpdatePersonalTemplateRequest template
)

Parameters

template
Type: Aruba.Cloud.WsEndUser.JsonSetUpdatePersonalTemplateRequest

An instance of the type UpdatePersonalTemplate, contains the following attributes are:

TemplateDescription string, TemplateExtendedDescription optional, OSVersion string optional, OSFamilyID int ApplianceTypeID int optional, Revision string, username, password, TemplateBounds.

Return Value

Type: Stream
See Also