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
)<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}")>
Function SetUpdatePersonalTemplate (
jsonp As String,
userName As String,
token As String,
templateID As Integer,
templateDescription As String,
templateExtendedDescription As String,
osVersion As String,
osFamilyID As Integer,
architectureTypeID As Integer,
applianceTypeID As String,
templateUsername As String,
templatePassword As String,
revision As String,
templateBounds As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"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
)[<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}")>]
abstract SetUpdatePersonalTemplate :
jsonp : string *
userName : string *
token : string *
templateID : int *
templateDescription : string *
templateExtendedDescription : string *
osVersion : string *
osFamilyID : int *
architectureTypeID : int *
applianceTypeID : string *
templateUsername : string *
templatePassword : string *
revision : string *
templateBounds : string -> Stream
function SetUpdatePersonalTemplate(
jsonp : String,
userName : String,
token : String,
templateID : int,
templateDescription : String,
templateExtendedDescription : String,
osVersion : String,
osFamilyID : int,
architectureTypeID : int,
applianceTypeID : String,
templateUsername : String,
templatePassword : String,
revision : String,
templateBounds : String
) : Stream
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