IAdministrationService.AddMonitoringTier(String, String, Char[], String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Managed devices summary.
public:
System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::ResultSet ^> ^ AddMonitoringTier(System::String ^ serverName, System::String ^ userName, cli::array <char> ^ password, System::String ^ domain);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet> AddMonitoringTier (string serverName, string userName, char[] password, string domain);
abstract member AddMonitoringTier : string * string * char[] * string -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.ResultSet>
Public Function AddMonitoringTier (serverName As String, userName As String, password As Char(), domain As String) As IList(Of ResultSet)
Parameters
- serverName
- String
- userName
- String
- password
- Char[]
- domain
- String