Click or drag to resize

IJsonpWsEndUserSetUpdatePersonalTemplate 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]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetUpdatePersonalTemplate/{jsonp}/{userName}/{token}?templateID={templateID}&templateDescription={templateDescription}&templateExtendedDescription={templateExtendedDescription}&osVersion={osVersion}&osFamilyID={osFamilyID}&architectureTypeID={architectureTypeID}&applianceTypeID={applianceTypeID}&templateUsername={templateUsername}&templatePassword={templatePassword}&revision={revision}&templateBounds={templateBounds}")]
Stream SetUpdatePersonalTemplate(
	string jsonp,
	string userName,
	string token,
	int templateID,
	string templateDescription,
	string templateExtendedDescription,
	string osVersion,
	int osFamilyID,
	int architectureTypeID,
	string applianceTypeID,
	string templateUsername,
	string templatePassword,
	string revision,
	string templateBounds
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
templateID
Type: SystemInt32
templateDescription
Type: SystemString
templateExtendedDescription
Type: SystemString
osVersion
Type: SystemString
osFamilyID
Type: SystemInt32
architectureTypeID
Type: SystemInt32
applianceTypeID
Type: SystemString
templateUsername
Type: SystemString
templatePassword
Type: SystemString
revision
Type: SystemString
templateBounds
Type: SystemString

Return Value

Type: Stream
See Also