IJsonpWsEndUserSetUpdateVDCGraph Method
|
The method update a graphical view related the virtualdatanceter owned by logged user.
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 = "SetUpdateVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")]
Stream SetUpdateVDCGraph(
string jsonp,
string userName,
string token,
string jsonSerialization
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetUpdateVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")>
Function SetUpdateVDCGraph (
jsonp As String,
userName As String,
token As String,
jsonSerialization As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetUpdateVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")]
Stream^ SetUpdateVDCGraph(
String^ jsonp,
String^ userName,
String^ token,
String^ jsonSerialization
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetUpdateVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")>]
abstract SetUpdateVDCGraph :
jsonp : string *
userName : string *
token : string *
jsonSerialization : string -> Stream
function SetUpdateVDCGraph(
jsonp : String,
userName : String,
token : String,
jsonSerialization : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- jsonSerialization
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also