IJsonPostWsEndUserSetControlToolActive Method
|
Note: This API is now obsolete.
Activates ControlTool on the machines related to the request with the specified token.
The SetControlToolActive allows to activate the Extra Control Tool on one or more virtual machines, passing it a token generated by an Extra Control Tool activation request for one or more virtual machines.
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)]
[ObsoleteAttribute("This Method is deprecated")]
Stream SetControlToolActive(
SetControlToolActiveRequest request
)<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
<ObsoleteAttribute("This Method is deprecated")>
Function SetControlToolActive (
request As SetControlToolActiveRequest
) As Stream[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
[ObsoleteAttribute(L"This Method is deprecated")]
Stream^ SetControlToolActive(
SetControlToolActiveRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
[<ObsoleteAttribute("This Method is deprecated")>]
abstract SetControlToolActive :
request : SetControlToolActiveRequest -> Stream
function SetControlToolActive(
request : SetControlToolActiveRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonSetControlToolActiveRequest
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also