InventoryInstanceElementCcmExtNetworkAdapterConfiguration Constructor (String)
Initializes a new instance of the InventoryInstanceElementCcmExtNetworkAdapterConfiguration class.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public InventoryInstanceElementCcmExtNetworkAdapterConfiguration(
string fqdn
)
public:
InventoryInstanceElementCcmExtNetworkAdapterConfiguration(
String^ fqdn
)
Public Sub New (
fqdn As String
)
Parameters
fqdn
Type: System.StringThe fully qualified domain name (FQDN).
See Also
InventoryInstanceElementCcmExtNetworkAdapterConfiguration Overload
InventoryInstanceElementCcmExtNetworkAdapterConfiguration Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top