ManagementGroup.Connect Method (ManagementGroupConnectionSettings)
Applies To: Operations Manager for System Center 2012
Creates a new management group object.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public static ManagementGroup Connect(
ManagementGroupConnectionSettings connectionSettings
)
public:
static ManagementGroup^ Connect(
ManagementGroupConnectionSettings^ connectionSettings
)
static member Connect :
connectionSettings:ManagementGroupConnectionSettings -> ManagementGroup
Public Shared Function Connect (
connectionSettings As ManagementGroupConnectionSettings
) As ManagementGroup
Parameters
connectionSettings
Type: Microsoft.EnterpriseManagement.ManagementGroupConnectionSettingsThe connection settings of the new management group.
Return Value
Type: Microsoft.EnterpriseManagement.ManagementGroup
Returns a newManagementGroupobject.
Examples
For an example, see How to Connect to an SDK Service by Using Specified User Credentials.
See Also
Connect Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top