IWsCommonJsonpGetDatacenterConfigurations Method
|
The method gets the data center configurations available. Using the method GetDatacenterConfigurations()
you can get information about the configuration settings of datacenter available at the time of the call.
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 = "GetDatacenterConfigurations/{jsonp}")]
Stream GetDatacenterConfigurations(
string jsonp
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetDatacenterConfigurations/{jsonp}")>
Function GetDatacenterConfigurations (
jsonp As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetDatacenterConfigurations/{jsonp}")]
Stream^ GetDatacenterConfigurations(
String^ jsonp
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetDatacenterConfigurations/{jsonp}")>]
abstract GetDatacenterConfigurations :
jsonp : string -> Stream
function GetDatacenterConfigurations(
jsonp : String
) : Stream
Parameters
- jsonp
- Type: SystemString
Return Value
Type:
Stream
See Also