Click or drag to resize

IWsEndUserGetNetworkAdapterConfiguration Method

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]
WsResult<NetworkAdapterEntity> GetNetworkAdapterConfiguration(
	int serverID,
	string networkAdapter
)

Parameters

serverID
Type: SystemInt32
networkAdapter
Type: SystemString

Return Value

Type: WsResultNetworkAdapterEntity
See Also