IWsCommonJsonpGetPriceList Method
|
The method gets the price list associated with the account indicated. Using the method GetPriceList()
WsCommon of Aruba, you can get the price list times applied to the account specified in the authentication
phase. The hourly rates of the various resources may vary depending on different factors such as hypervisor
and customer.
Namespace:
Aruba.Cloud.WsCommon
Assembly:
Aruba.Cloud.WsCommon (in Aruba.Cloud.WsCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax [OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetPriceList/{jsonp}/{userName}/{token}")]
Stream GetPriceList(
string jsonp,
string userName,
string token
)
<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetPriceList/{jsonp}/{userName}/{token}")>
Function GetPriceList (
jsonp As String,
userName As String,
token As String
) As Stream
[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetPriceList/{jsonp}/{userName}/{token}")]
Stream^ GetPriceList(
String^ jsonp,
String^ userName,
String^ token
)
[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetPriceList/{jsonp}/{userName}/{token}")>]
abstract GetPriceList :
jsonp : string *
userName : string *
token : string -> Stream
function GetPriceList(
jsonp : String,
userName : String,
token : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
Return Value
Type:
StreamSee Also