IJsonPostWsEndUserSetEnqueueServerReset Method
|
Performs a restart operation of the virtual server specified. By the method SetEnqueueServerPowerOff() of Aruba WsEndUser,
you can append operation (Job) to reset the virtual server specified by parameter ServerID.
Performs a restart operation of the virtual server specified. By the method SetEnqueueServerPowerOff() of Aruba WsEndUser,
you can append operation (Job) to reset the virtual server specified by parameter ServerID.
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 SetEnqueueServerReset(
ServerRequest request
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
Function SetEnqueueServerReset (
request As ServerRequest
) As Stream
[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
Stream^ SetEnqueueServerReset(
ServerRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
abstract SetEnqueueServerReset :
request : ServerRequest -> Stream
function SetEnqueueServerReset(
request : ServerRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonServerRequest
Return Value
Type:
Stream
The method returns the serialization in JavaScript Object Notation (JSON) class
WsResult.
Return Value
Type:
Stream
The method returns the serialization in JavaScript Object Notation (JSON) class
WsResult.
Examples
The method can be called using the following notation:
The following is an example of the response body.
ArubaCloud.Response.ServerRestart.call({
"ExceptionInfo": null,
"ResultCode": 0,
"ResultMessage": null,
"Success": true
})
Examples
The method can be called using the following notation:
The following is an example of the response body.
ArubaCloud.Response.ServerRestart.call({
"ExceptionInfo": null,
"ResultCode": 0,
"ResultMessage": null,
"Success": true
})
See Also