Click or drag to resize

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
)

Parameters

jsonp
Type: SystemString
userName
Type: SystemString
token
Type: SystemString
serverID
Type: SystemString
networkAdapter
Type: SystemString

Return Value

Type: Stream

Return Value

Type: Stream
Examples