IJsonpWsEndUserSetAddVDCGraph Method
|
The method add a graphical view of 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 = "SetAddVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")]
Stream SetAddVDCGraph(
string jsonp,
string userName,
string token,
string jsonSerialization
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "SetAddVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")>
Function SetAddVDCGraph (
jsonp As String,
userName As String,
token As String,
jsonSerialization As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"SetAddVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")]
Stream^ SetAddVDCGraph(
String^ jsonp,
String^ userName,
String^ token,
String^ jsonSerialization
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "SetAddVDCGraph/{jsonp}/{userName}/{token}/{jsonSerialization}")>]
abstract SetAddVDCGraph :
jsonp : string *
userName : string *
token : string *
jsonSerialization : string -> Stream
function SetAddVDCGraph(
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