IJsonPostWsEndUserGetNetworkAdapterConfiguration 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]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)]
Stream GetNetworkAdapterConfiguration(
GetNetworkAdapterConfigurationRequest request
)
<OperationContractAttribute>
<WebInvokeAttribute(Method := "POST", ResponseFormat := WebMessageFormat.Json)>
Function GetNetworkAdapterConfiguration (
request As GetNetworkAdapterConfigurationRequest
) As Stream
[OperationContractAttribute]
[WebInvokeAttribute(Method = L"POST", ResponseFormat = WebMessageFormat::Json)]
Stream^ GetNetworkAdapterConfiguration(
GetNetworkAdapterConfigurationRequest^ request
)
[<OperationContractAttribute>]
[<WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json)>]
abstract GetNetworkAdapterConfiguration :
request : GetNetworkAdapterConfigurationRequest -> Stream
function GetNetworkAdapterConfiguration(
request : GetNetworkAdapterConfigurationRequest
) : Stream
Parameters
- request
- Type: Aruba.Cloud.WsEndUser.JsonGetNetworkAdapterConfigurationRequest
Return Value
Type:
StreamReturn Value
Type:
Stream
Examples
See Also