IJsonpWsEndUserGetHypervisorDetails Method
|
The method retrieves the template details available in a single hypervisor type spcifidet in the input parameter
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 = "GetHypervisorDetails/{jsonp}/{userName}/{token}/{hypervisorType}")]
Stream GetHypervisorDetails(
string jsonp,
string userName,
string token,
string hypervisorType
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetHypervisorDetails/{jsonp}/{userName}/{token}/{hypervisorType}")>
Function GetHypervisorDetails (
jsonp As String,
userName As String,
token As String,
hypervisorType As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetHypervisorDetails/{jsonp}/{userName}/{token}/{hypervisorType}")]
Stream^ GetHypervisorDetails(
String^ jsonp,
String^ userName,
String^ token,
String^ hypervisorType
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetHypervisorDetails/{jsonp}/{userName}/{token}/{hypervisorType}")>]
abstract GetHypervisorDetails :
jsonp : string *
userName : string *
token : string *
hypervisorType : string -> Stream
function GetHypervisorDetails(
jsonp : String,
userName : String,
token : String,
hypervisorType : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- hypervisorType
- Type: SystemString
Return Value
Type:
Stream
Examples
See Also