IJsonpWsEndUserGetNetworkAdapterConfiguration Method
|
This operation retrieves the network adapter confiuguration for the specified server.
The GetNetworkAdapterConfiguration returns the configuration for a given network adapter on a given virtual machine.
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 = "GetNetworkAdapterConfiguration/{jsonp}/{userName}/{token}/{serverID}/{networkAdapter}")]
Stream GetNetworkAdapterConfiguration(
string jsonp,
string userName,
string token,
string serverID,
string networkAdapter
)<OperationContractAttribute>
<WebGetAttribute(ResponseFormat := WebMessageFormat.Json, UriTemplate := "GetNetworkAdapterConfiguration/{jsonp}/{userName}/{token}/{serverID}/{networkAdapter}")>
Function GetNetworkAdapterConfiguration (
jsonp As String,
userName As String,
token As String,
serverID As String,
networkAdapter As String
) As Stream[OperationContractAttribute]
[WebGetAttribute(ResponseFormat = WebMessageFormat::Json, UriTemplate = L"GetNetworkAdapterConfiguration/{jsonp}/{userName}/{token}/{serverID}/{networkAdapter}")]
Stream^ GetNetworkAdapterConfiguration(
String^ jsonp,
String^ userName,
String^ token,
String^ serverID,
String^ networkAdapter
)[<OperationContractAttribute>]
[<WebGetAttribute(ResponseFormat = WebMessageFormat.Json, UriTemplate = "GetNetworkAdapterConfiguration/{jsonp}/{userName}/{token}/{serverID}/{networkAdapter}")>]
abstract GetNetworkAdapterConfiguration :
jsonp : string *
userName : string *
token : string *
serverID : string *
networkAdapter : string -> Stream
function GetNetworkAdapterConfiguration(
jsonp : String,
userName : String,
token : String,
serverID : String,
networkAdapter : String
) : Stream
Parameters
- jsonp
- Type: SystemString
- userName
- Type: SystemString
- token
- Type: SystemString
- serverID
- Type: SystemString
- networkAdapter
- Type: SystemString
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also