IpAddressesRequest Constructor (ListInt32, Int32)
|
Namespace:
Aruba.Cloud.Provisioning.Entities
Assembly:
Aruba.Cloud.Provisioning.Entities (in Aruba.Cloud.Provisioning.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IpAddressesRequest(
List<int> ipIDs,
int networkAdapterID
)
Public Sub New (
ipIDs As List(Of Integer),
networkAdapterID As Integer
)
public:
IpAddressesRequest(
List<int>^ ipIDs,
int networkAdapterID
)
new :
ipIDs : List<int> *
networkAdapterID : int -> IpAddressesRequestpublic function IpAddressesRequest(
ipIDs : List<int>,
networkAdapterID : int
)
Parameters
- ipIDs
- Type: System.Collections.GenericListInt32
- networkAdapterID
- Type: SystemInt32
See Also