Click or drag to resize
IDeviceManagerSetAddressOnPhysicalInterface Method

[This is preliminary documentation and is subject to change.]

Sets the address id of a physical interface

Namespace: Netadmin.Management.Inventory
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void SetAddressOnPhysicalInterface(
	long physicalInterfaceId,
	Nullable<long> addressId
)

Parameters

physicalInterfaceId
Type: SystemInt64
The id of the interface
addressId
Type: SystemNullableInt64
the id of the address, null to remove existing address
Exceptions
ExceptionCondition
ObjectNotFoundExceptionThrown if an object is not found
InvalidIdentifierExceptionThrown if an id has a value but is zero or less.
InvalidOperationExceptionThrown if there already exists a physical device on the address.
See Also