IAdministrationManagement.CreateManagementServicePool 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.
Creates a new pool for workload distribution
public:
Microsoft::EnterpriseManagement::Administration::ManagementServicePool ^ CreateManagementServicePool(System::String ^ displayName, System::String ^ description, bool isDynamic, bool useDefaultObserver, System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Monitoring::MonitoringObject ^> ^ members);
public Microsoft.EnterpriseManagement.Administration.ManagementServicePool CreateManagementServicePool (string displayName, string description, bool isDynamic, bool useDefaultObserver, System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> members);
abstract member CreateManagementServicePool : string * string * bool * bool * System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Monitoring.MonitoringObject> -> Microsoft.EnterpriseManagement.Administration.ManagementServicePool
Public Function CreateManagementServicePool (displayName As String, description As String, isDynamic As Boolean, useDefaultObserver As Boolean, members As IList(Of MonitoringObject)) As ManagementServicePool
Parameters
- displayName
- String
- description
- String
- isDynamic
- Boolean
- useDefaultObserver
- Boolean
- members
- IList<MonitoringObject>
Returns
Exceptions
name is null
Pool with the same name already exists.