SnmpHost Constructors

Definition

Overloads

SnmpHost()

Constructor

SnmpHost(String, UInt16, SnmpV1Community)

Constructor

SnmpHost(String, UInt16, SnmpV1Community, SnmpVersion)

Constructor

SnmpHost()

Constructor

public:
 SnmpHost();
public SnmpHost ();
Public Sub New ()

Applies to

SnmpHost(String, UInt16, SnmpV1Community)

Constructor

public:
 SnmpHost(System::String ^ hostname, System::UInt16 port, Microsoft::EnterpriseManagement::NetworkMonitoring::SnmpV1Community ^ community);
public SnmpHost (string hostname, ushort port, Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpV1Community community);
new Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpHost : string * uint16 * Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpV1Community -> Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpHost
Public Sub New (hostname As String, port As UShort, community As SnmpV1Community)

Parameters

hostname
String

host name

port
UInt16

port number

community
SnmpV1Community

the SNMPCommunity

Applies to

SnmpHost(String, UInt16, SnmpV1Community, SnmpVersion)

Constructor

public:
 SnmpHost(System::String ^ hostname, System::UInt16 port, Microsoft::EnterpriseManagement::NetworkMonitoring::SnmpV1Community ^ community, Microsoft::EnterpriseManagement::NetworkMonitoring::SnmpVersion version);
public SnmpHost (string hostname, ushort port, Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpV1Community community, Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpVersion version);
new Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpHost : string * uint16 * Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpV1Community * Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpVersion -> Microsoft.EnterpriseManagement.NetworkMonitoring.SnmpHost
Public Sub New (hostname As String, port As UShort, community As SnmpV1Community, version As SnmpVersion)

Parameters

hostname
String

host name

port
UInt16

port number

community
SnmpV1Community

the SNMPCommunity

version
SnmpVersion

SNMP version

Applies to