SnmpV3Host Constructors

Definition

Overloads

SnmpV3Host()

Constructor

SnmpV3Host(String, UInt16, SnmpV3Community)

Constructor

SnmpV3Host()

Constructor

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

Applies to

SnmpV3Host(String, UInt16, SnmpV3Community)

Constructor

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

Parameters

hostname
String

host name

port
UInt16

port number

community
SnmpV3Community

the SNMPCommunity

Applies to