InventoryInstanceElementNetworkAdapterConfiguration Constructor (IList<String>)
Initializes a new instance of the InventoryInstanceElementNetworkAdapterConfiguration class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryInstanceElementNetworkAdapterConfiguration(
IList<string> ipSubnets
)
public:
InventoryInstanceElementNetworkAdapterConfiguration(
IList<String^>^ ipSubnets
)
Public Sub New (
ipSubnets As IList(Of String)
)
Parameters
ipSubnets
Type: System.Collections.Generic.IList<String>A list of IP subnets.
See Also
InventoryInstanceElementNetworkAdapterConfiguration Overload
InventoryInstanceElementNetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top