Imports Windows DNS or DHCP services from Managed Windows servers.
Output / Response
Returns void.
API Call:
void importServer( long serverId, boolean
importDns, boolean importDhcp, string
properties )
Parameter | Description |
---|---|
serverId | The object ID of the server that needs to be imported. Note: You must
set at least one of the following Boolean parameters, but you cannot
set both of them to False.
|
importDns | Imports DNS service if true. |
importDhcp | Imports DHCP service if true. |
properties | Reserved for future use. |