IJsonpWsEndUserSetControlToolDisable Method
|
This operation deactivates ControlTool on the specified machine.
The SetControlToolDisable method allows to disable the Extra Control Tool for a given machine.
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 = "SetControlToolDisable/{jsonp}/{userName}/{token}/{serverID}")]
Stream SetControlToolDisable(
string jsonp,
string userName,
string token,
string serverID
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetControlToolDisable/{jsonp}/{userName}/{token}/{serverID}")>
Function SetControlToolDisable (
jsonp As String,
userName As String,
token As String,
serverID As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetControlToolDisable/{jsonp}/{userName}/{token}/{serverID}")]
Stream^ SetControlToolDisable(
String^ jsonp,
String^ userName,
String^ token,
String^ serverID
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetControlToolDisable/{jsonp}/{userName}/{token}/{serverID}")>]
abstract SetControlToolDisable :
jsonp : string *
userName : string *
token : string *
serverID : string -> Stream
function SetControlToolDisable(
jsonp : String,
userName : String,
token : String,
serverID : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- serverID
- Type: SystemString
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also