ManagementGroup Class
Applies To: Operations Manager for System Center 2012
Represents a connection to the management group.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Container
Microsoft.EnterpriseManagement.ManagementPackStore
Microsoft.EnterpriseManagement.EnterpriseManagementGroup
Microsoft.EnterpriseManagement.ManagementGroup
Syntax
public class ManagementGroup : EnterpriseManagementGroup
public ref class ManagementGroup : EnterpriseManagementGroup
type ManagementGroup =
class
inherit EnterpriseManagementGroup
end
Public Class ManagementGroup
Inherits EnterpriseManagementGroup
Constructors
Name | Description | |
---|---|---|
ManagementGroup(InProcEnterpriseManagementConnectionSettings) | ||
ManagementGroup(ManagementGroupConnectionSettings) | Creates a newManagementGroupobject by specifying connection settings. |
|
ManagementGroup(String) | Creates a newManagementGroupobject by specifying the name of the root management server to connect to. |
Properties
Name | Description | |
---|---|---|
Administration | ||
ApplicationPerformanceMonitoring | ||
AutoRefreshCache | (Inherited from EnterpriseManagementGroup.) |
|
CacheMode | (Inherited from EnterpriseManagementGroup.) |
|
ConnectionSettings | Gets the connection settings that are used to create this management group. |
|
ConnectorFramework | Gets an interface that enables you to set up and access connectors. A connector is used to import data (from an external system into Service Manager) or export data (fromService Manager to an external system). |
|
CurrentCountryCode | (Inherited from EnterpriseManagementGroup.) |
|
Dashboard | (Inherited from EnterpriseManagementGroup.) |
|
DashboardRegistry | ||
DataWarehouse | (Inherited from EnterpriseManagementGroup.) |
|
Deployment | (Inherited from EnterpriseManagementGroup.) |
|
Discovery | ||
EffectiveMonitoring | ||
EntityObjects | Gets an interface that enables you to access the entity objects that are defined in theService Manager store. |
|
EntityTypes | (Inherited from EnterpriseManagementGroup.) |
|
Extensions | (Inherited from EnterpriseManagementGroup.) |
|
Features | (Inherited from Container.) |
|
Id | (Inherited from EnterpriseManagementGroup.) |
|
IsConnected | (Inherited from EnterpriseManagementGroup.) |
|
Knowledge | (Inherited from EnterpriseManagementGroup.) |
|
LanguagePacks | (Inherited from EnterpriseManagementGroup.) |
|
LifetimeManagers | (Inherited from Container.) |
|
LinkingFramework | (Inherited from EnterpriseManagementGroup.) |
|
ManagementPacks | (Inherited from EnterpriseManagementGroup.) |
|
Monitoring | Gets an interface that enables you to access and manage the workflow components for monitoring in the management group. For example, the workflow components can be rules, diagnostics, module types, recoveries, and monitors. |
|
Name | (Inherited from EnterpriseManagementGroup.) |
|
NetworkDiscovery | ||
Notifications | Gets an interface that enables you to send notifications from theService Manager server. |
|
OperationalData | Gets the IOperationalDataManagementinterface. |
|
OriginalCountryCode | (Inherited from EnterpriseManagementGroup.) |
|
Overrides | (Inherited from EnterpriseManagementGroup.) |
|
Presentation | (Inherited from EnterpriseManagementGroup.) |
|
ProductId | (Inherited from EnterpriseManagementGroup.) |
|
Reporting | Gets an interface that enables you to access management pack reporting configuration. |
|
Resources | (Inherited from EnterpriseManagementGroup.) |
|
Security | (Inherited from EnterpriseManagementGroup.) |
|
ServiceLevelAgreements | (Inherited from EnterpriseManagementGroup.) |
|
SkuForLicense | Gets the license stock keeping unit (SKU) of the product. |
|
SkuForProduct | Gets the product stock keeping unit (SKU) of the product. |
|
Subscription | (Inherited from EnterpriseManagementGroup.) |
|
TaskConfiguration | (Inherited from EnterpriseManagementGroup.) |
|
TaskRuntime | Gets the tasks runtime management interface. |
|
Templates | (Inherited from EnterpriseManagementGroup.) |
|
Tiering | ||
TimeOfExpiration | Gets the product expiration time. |
|
TypeCache | (Inherited from EnterpriseManagementGroup.) |
|
TypeDefinitions | (Inherited from EnterpriseManagementGroup.) |
|
UserSettings | (Inherited from EnterpriseManagementGroup.) |
|
Version | (Inherited from EnterpriseManagementGroup.) |
Methods
Name | Description | |
---|---|---|
AddService<T, V>(String, V) | (Inherited from Container.) |
|
AddService<T, V>(String, ActivationContext<V>) | (Inherited from Container.) |
|
BeginExecuteMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration, AsyncCallback, Object) | Obsolete.Asynchronously begins executing a task. |
|
BeginImportManagementPack(ManagementPack, AsyncCallback, Object) | Obsolete.Asynchronously imports a management pack. |
|
BeginUninstallManagementPack(ManagementPack, AsyncCallback, Object) | Obsolete.Asynchronously uninstalls a management pack. |
|
Configure(Stream) | (Inherited from Container.) |
|
Connect(ManagementGroupConnectionSettings) | Creates a new management group object. |
|
Connect(String) | Connects to a management server of the specified name. |
|
ConvertMonitoringTaskStatusChangeCallback(MonitoringTaskStatusChangeCallback) | ||
DeleteDisabledMonitoringObjects() | Obsolete.Deletes all the monitoring objects for which discovery has been disabled by using an override. All the relationships that involve these monitoring objects are also deleted. |
|
DeleteMonitoringSecureData(MonitoringSecureData) | Obsolete.Deletes the specified secure data from the management group. |
|
DeleteMonitoringSecureDataHealthServiceReference(MonitoringSecureDataHealthServiceReference) | Obsolete.Deletes the secure data reference from the management group. |
|
DeleteMonitoringUserRole(MonitoringUserRole) | Obsolete.Deletes the specified user role from the management group. |
|
DeleteMonitoringUserRoles(ICollection<MonitoringUserRole>) | Obsolete.Deletes the specified collection of user roles from the management group. |
|
DeleteNotificationAction(NotificationAction) | Obsolete.Deletes a notification action from the management group. |
|
DeleteNotificationEndpoint(NotificationEndpoint) | Obsolete.Deletes a notification endpoint from the management group. |
|
DeleteNotificationRecipient(NotificationRecipient) | Obsolete.Deletes a notification recipient from the management group. |
|
DeleteNotificationSubscription(NotificationSubscription) | Deletes a notification subscription from the management group. |
|
Dispose() | (Inherited from Container.) |
|
Dispose(Boolean) | (Inherited from Container.) |
|
EndExecuteMonitoringTask(IAsyncResult) | Obsolete.Ends the execution of a task. |
|
EndImportManagementPack(IAsyncResult) | Obsolete.Stops importing a management pack. |
|
EndUninstallManagementPack(IAsyncResult) | Obsolete.Stops uninstalling a management pack. |
|
Equals(Object) | Determines whether this management group equals the specified object.(Overrides EnterpriseManagementGroup.Equals(Object).) |
|
ExecuteMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration) | Obsolete.Executes a monitoring task. |
|
Finalize() | (Inherited from Object.) |
|
GetAdministration() | Obsolete.Retrieves the object that is used for all the management group administration operations. |
|
GetClientMonitoringResponseSettings() | Retrieves the client that is monitoring response settings. |
|
GetClientMonitoringSettings() | Retrieves the client that is monitoring settings. |
|
GetConfigurationGroup(Guid) | Obsolete.Retrieves aManagementPackConfigurationGroupobject based on itsGuid object. |
|
GetConfigurationGroups() | Obsolete.Returns an IList<T>object of allManagementPackConfigurationGroupobjects in the system. |
|
GetConfigurationGroups(ManagementPackConfigurationGroupCriteria) | Obsolete.Returns anIList<T>object of all ManagementPackConfigurationGroupCriteriaobject |
|
GetConnectedUserAdGroups() | (Inherited from EnterpriseManagementGroup.) |
|
GetConnectedUserNames() | (Inherited from EnterpriseManagementGroup.) |
|
GetConnectorFrameworkAdministration() | Obsolete.Retrieves the connector framework administration object. |
|
GetDataWarehouse() | Obsolete.Retrieves the data warehouse for the management group if the data warehouse has been set up. |
|
GetDependentManagementPacks(ManagementPack) | Obsolete.Retrieves all the management packs that are dependent on the specified management pack. |
|
GetGroomingStatusInfo() | Obsolete.Retrieves a collection of the current grooming information. |
|
GetHashCode() | Retrieves the hash code for the management group object.(Overrides EnterpriseManagementGroup.GetHashCode().) |
|
GetLicenseCount() | Retrieves license count information. |
|
GetManagementGroupMonitoringObject() | Obsolete.Retrieves the monitoring object. |
|
GetManagementPack(Guid) | Obsolete.Retrieves a management pack that has the specified GUID from the management group. |
|
GetManagementPack(String, String, Version) | (Inherited from EnterpriseManagementGroup.) |
|
GetManagementPack(SystemManagementPack) | Obsolete.Retrieves a single management pack that is defined by theSystemManagementPackenumeration. |
|
GetManagementPacks() | Obsolete.Retrieves a collection of all the management packs from the management group. |
|
GetManagementPacks(ICollection<Guid>) | Obsolete.Retrieves a collection of management packs that have the specified GUIDs. |
|
GetManagementPacks(ManagementPackCriteria) | Obsolete.Retrieves a collection of management packs that match the specified criteria. |
|
GetManagementPacks(String) | Obsolete.Retrieves a collection of management packs with the specified user identifier. |
|
GetMonitor(Guid) | Obsolete.Retrieves a monitor. |
|
GetMonitoringAlert(Guid) | Obsolete.Retrieves a monitoring alert. |
|
GetMonitoringAlertReader() | Obsolete.Retrieves all the monitoring alert readers. |
|
GetMonitoringAlertReader(DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified modification time. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria) | Obsolete.Retrieves a monitoring alert reader that matches the specified criteria. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified filter and modification time. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves a monitoring alert reader that matches the specified filter and class. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, DateTime) | Obsolete.Retrieves a monitoring alert reader for the specified class in accordance with the specified filter and modification time. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a monitoring alert reader for the specified class that matches the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringAlertReader(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a monitoring alert reader that matches the specified criteria, scope, depth, and modification time. |
|
GetMonitoringAlertReader(MonitoringClass) | Obsolete.Retrieves a monitoring alert reader that matches the specified scope. |
|
GetMonitoringAlertReader(MonitoringClass, DateTime) | Obsolete.Retrieves a monitoring alert reader for the specified class that matches the specified modification time. |
|
GetMonitoringAlertReader(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a monitoring alert reader for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringAlertReader(MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a monitoring alert reader for the specified class, with the option to include instances of derived classes and match the specified modification time. |
|
GetMonitoringAlertResolutionState(Byte) | Obsolete.Retrieves a monitoring alert resolution state by specifying a resolution state value. |
|
GetMonitoringAlertResolutionStates() | Obsolete.Retrieves all the resolution states. |
|
GetMonitoringAlerts() | Obsolete.Retrieves all the monitoring alerts from the management group. |
|
GetMonitoringAlerts(DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and scope. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and depth. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, depth, and change time. |
|
GetMonitoringAlerts(MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope. |
|
GetMonitoringAlerts(MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and change time. |
|
GetMonitoringAlerts(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and depth. |
|
GetMonitoringAlerts(MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope, depth, and change time. |
|
GetMonitoringAlertsCount() | Obsolete.Retrieves the number of all theMonitoringAlertobjects. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria) | Obsolete.Retrieves the number ofMonitoringAlertobjects that match the specified filter. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves the number ofMonitoringAlert objects for the specified scope that match the specified filter. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves the number ofMonitoringAlert objects for the specified scope that match the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringAlertsCount(MonitoringClass) | Obsolete.Retrieves the number ofMonitoringAlertobjects for the specified scope. |
|
GetMonitoringAlertsCount(MonitoringClass, TraversalDepth) | Obsolete.Retrieves the number ofMonitoringAlertobjects for the specified scope, with the option to include instances of derived classes. |
|
GetMonitoringClass(Guid) | Obsolete.Retrieves a monitoring class that matches the specified GUID. |
|
GetMonitoringClass(String, ManagementPack) | Obsolete.Retrieves a monitoring class that matches the specified class and is contained in the specified management pack. |
|
GetMonitoringClass(SystemClass) | Obsolete.Retrieves a monitoring class that matches the well-known system type enumeration. |
|
GetMonitoringClasses() | Obsolete.Retrieves a collection of all the monitoring classes. |
|
GetMonitoringClasses(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring classes that match the specified GUIDs. |
|
GetMonitoringClasses(MonitoringClassCriteria) | Obsolete.Retrieves a collection of monitoring classes that match the specified criteria. |
|
GetMonitoringClasses(String) | Obsolete.Retrieves a collection of monitoring classes that match the specified name. |
|
GetMonitoringClassesAccessibleForAuthoring() | Obsolete.Retrieves the monitoring classes that are accessible to the user for authoring. |
|
GetMonitoringConsoleTask(Guid) | Obsolete.Retrieves a console task by specifying the identifier for the task. |
|
GetMonitoringConsoleTasks() | Obsolete.Retrieves all the console tasks. |
|
GetMonitoringConsoleTasks(ManagementPackConsoleTaskCriteria) | Obsolete.Retrieves the specified console tasks by specifying the criteria that are used to filter the tasks. |
|
GetMonitoringConsoleTasks<T>(ICollection<T>) | Obsolete.Retrieves all the console tasks that target the specified monitoring object instances. |
|
GetMonitoringConsoleTasks<T>(ManagementPackConsoleTaskCriteria, ICollection<T>) | Obsolete.Retrieves all the console tasks in this management group that match the specified criteria and target the specified monitoring object instances. |
|
GetMonitoringDataType(Guid) | Obsolete.Retrieves the monitoring data type that matches the specified GUID. |
|
GetMonitoringDataType(String, ManagementPack) | Obsolete.Retrieves a monitoring data type that matches the specified name and is contained in the specified management pack. |
|
GetMonitoringDataTypes() | Obsolete.Retrieves all the monitoring data types that are defined in this management group. |
|
GetMonitoringDataTypes(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring data types. |
|
GetMonitoringDataTypes(ManagementPackDataTypeCriteria) | Obsolete.Retrieves a collection of monitoring data types that match the specified criteria. |
|
GetMonitoringDataTypes(String) | Obsolete.Retrieves a collection of monitoring data types that are defined in the management group by specifying a data type name. |
|
GetMonitoringDataWarehouseDataSet(Guid) | Obsolete.Retrieves a monitoring data warehouse data set by specifying the GUID of the dataset. |
|
GetMonitoringDataWarehouseDataSets() | Obsolete.Retrieves all the monitoring data warehouse data sets. |
|
GetMonitoringDataWarehouseDataSets(ManagementPackDataWarehouseDataSetCriteria) | Obsolete.Retrieves a collection of monitoring data warehouse data set results that are filtered by the specified criteria. |
|
GetMonitoringDataWarehouseScript(Guid) | Obsolete.Retrieves the monitoring data warehouse script that has the specified GUID from the management group. |
|
GetMonitoringDataWarehouseScripts() | Obsolete.Retrieves a collection of all the data warehouse scripts. |
|
GetMonitoringDataWarehouseScripts(ManagementPackDataWarehouseScriptCriteria) | Obsolete.Retrieves a collection of data warehouse scripts in the management group that match the specified filter. |
|
GetMonitoringDiagnostic(Guid) | Obsolete.Retrieves the specified diagnostic object from the management group. |
|
GetMonitoringDiagnosticResults() | Obsolete.Retrieves all the diagnostic results from the management group. |
|
GetMonitoringDiagnosticResults(DiagnosticResultCriteria) | Obsolete.Retrieves a collection of diagnostic results that match the specified filter. |
|
GetMonitoringDiagnostics() | Obsolete.Retrieves all the diagnostic objects. |
|
GetMonitoringDiagnostics(ManagementPackDiagnosticCriteria) | Obsolete.Retrieves a collection of diagnostic objects that match the specified filter. |
|
GetMonitoringDiagnostics<T>(ICollection<T>) | Obsolete.Retrieves a collection of diagnostic objects that target the specified monitoring objects. |
|
GetMonitoringDiagnostics<T>(ManagementPackDiagnosticCriteria, ICollection<T>) | Obsolete.Retrieves a collection of diagnostic objects that match the specified filter and target the specified monitoring objects. |
|
GetMonitoringDiscoveries() | Obsolete.Retrieves a collection of all the discovery objects. |
|
GetMonitoringDiscoveries(ManagementPackDiscoveryCriteria) | Obsolete.Retrieves a collection of discovery objects that match the specified filter. |
|
GetMonitoringDiscoveries<T>(ICollection<T>) | Obsolete.Retrieves a collection of discovery objects that target the specified monitoring objects. |
|
GetMonitoringDiscoveries<T>(ManagementPackDiscoveryCriteria, ICollection<T>) | Obsolete.Retrieves a collection of discovery objects that target the specified monitoring objects. |
|
GetMonitoringDiscovery(Guid) | Obsolete.Retrieves the specified monitoring discovery object. |
|
GetMonitoringEvent(Guid) | Obsolete.Retrieves the monitoring event that has the specified GUID. |
|
GetMonitoringEventReader() | Obsolete.Retrieves a reader for all event objects. |
|
GetMonitoringEventReader(MonitoringClass) | Obsolete.Retrieves a reader for the events of the specified class. |
|
GetMonitoringEventReader(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a reader for the monitoring events of the specified class instances, with the option to include instances of derived classes. |
|
GetMonitoringEventReader(MonitoringEventCriteria) | Obsolete.Retrieves a reader for the events that match the specified filter. |
|
GetMonitoringEventReader(MonitoringEventCriteria, MonitoringClass) | Obsolete.Retrieves a reader for the monitoring events of the specified class that match the specified filter. |
|
GetMonitoringEventReader(MonitoringEventCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a reader for the monitoring events of the specified class instances that match the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringEvents() | Obsolete.Retrieves a collection of all the monitoring events. |
|
GetMonitoringEvents(MonitoringClass) | Obsolete.Retrieves a collection of monitoring events for the specified scope. |
|
GetMonitoringEvents(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring events for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringEvents(MonitoringEventCriteria) | Obsolete.Retrieves a collection of monitoring events that match the specified filter. |
|
GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring events for the specified class that match the specified filter. |
|
GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring events for the specified class that match the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringFolder(Guid) | Obsolete.Retrieves the monitoring folder that has the specified GUID. |
|
GetMonitoringFolderHierarchy(MonitoringFolder) | Obsolete.Retrieves a monitoring folder from a hierarchy of folder nodes. |
|
GetMonitoringFolders() | Obsolete.Retrieves a collection of all the monitoring folders. |
|
GetMonitoringFolders(ManagementPackFolderCriteria) | Obsolete.Retrieves a collection of folder objects from the management group by specifying criteria that are used to filter the returned results. |
|
GetMonitoringImageObject(Guid) | Obsolete.Retrieves a monitoring image object that has the specified GUID. |
|
GetMonitoringImageObject(MonitoringImageReference) | Obsolete.Retrieves the monitoring image object that has the specifiedMonitoringImageReference object. |
|
GetMonitoringImageObjects() | Obsolete.Retrieves a collection of all the monitoring image objects. |
|
GetMonitoringImageObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring image objects that have the specified GUIDs. |
|
GetMonitoringImageObjects(ICollection<MonitoringImageReference>) | Obsolete.Retrieves a collection of monitoring image objects that have the specifiedMonitoringImageReferenceobject. |
|
GetMonitoringImageObjects(ManagementPackImageObjectCriteria) | Obsolete.Retrieves a collection of image objects from the management group by specifying criteria that are used to filter the returned results. |
|
GetMonitoringImageReferences(Guid) | Obsolete.Retrieves a collection of monitoring image reference objects that have the specified GUID. |
|
GetMonitoringImageReferences(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring image reference objects that have the specified GUIDs. |
|
GetMonitoringKnowledgeArticles() | Obsolete.Retrieves a collection of all the knowledge articles for management pack elements. |
|
GetMonitoringKnowledgeArticles(Guid) | Obsolete.Retrieves a collection of the knowledge articles for management pack elements in the management group that have the specified GUID. |
|
GetMonitoringKnowledgeArticles(ManagementPackElement) | Obsolete.Retrieves the knowledge articles for the specified management pack element. |
|
GetMonitoringKnowledgeArticles(ManagementPackKnowledgeArticleCriteria) | Obsolete.Retrieves a collection of knowledge articles that match the specified filter. |
|
GetMonitoringKnowledgeArticles(ManagementPackSubElement) | Obsolete.Retrieves the knowledge articles for the specified child elements of management pack elements. |
|
GetMonitoringKnowledgeArticlesLocalized(Guid) | Obsolete.Retrieves the localized knowledge articles for a management pack element. |
|
GetMonitoringKnowledgeArticlesLocalized(ManagementPackElement) | Obsolete.Retrieves the localized knowledge articles for a management pack element. |
|
GetMonitoringKnowledgeArticlesLocalized(ManagementPackSubElement) | Obsolete.Retrieves the localized knowledge articles for aManagementPackSubElementobject. |
|
GetMonitoringLanguagePack(Guid) | Retrieves the monitoring language pack that has the specified GUID. |
|
GetMonitoringLanguagePacks() | Obsolete.Retrieves a collection of all the monitoring language packs. |
|
GetMonitoringLanguagePacks(ManagementPackLanguagePackCriteria) | Obsolete.Retrieves a collection of language pack objects that match the specified filter. |
|
GetMonitoringLinkedReport(Guid) | Obsolete.Retrieves the monitoring linked report that has the specified GUID. |
|
GetMonitoringLinkedReports() | Obsolete.Retrieves a collection of all the monitoring linked reports. |
|
GetMonitoringLinkedReports(ManagementPackLinkedReportCriteria) | Obsolete.Retrieves a collection of linked report objects that match the specified filter. |
|
GetMonitoringLinkedReports<T>(ICollection<T>) | Obsolete.Retrieves a collection of the monitoring linked reports in the management group that target the specified monitoring objects. |
|
GetMonitoringLinkedReports<T>(ManagementPackLinkedReportCriteria, ICollection<T>) | Obsolete.Retrieves a collection of the monitoring reports that match the specified filter and that target the specified monitoring objects. |
|
GetMonitoringModuleType(Guid) | Obsolete.Retrieves the monitoring module type that has the specified GUID. |
|
GetMonitoringModuleType(String, ManagementPack) | Obsolete.Retrieves the monitoring module type that has the specified name and is contained in the specified management pack. |
|
GetMonitoringModuleTypes() | Obsolete.Retrieves all the management pack monitoring module types. |
|
GetMonitoringModuleTypes(ICollection<Guid>) | Obsolete.Retrieves a collection of the management pack monitoring module types that have the specified GUIDs. |
|
GetMonitoringModuleTypes(ManagementPackModuleTypeCriteria) | Obsolete.Retrieves a collection of monitoring module types that match the specified filter. |
|
GetMonitoringModuleTypes(String) | Obsolete.Retrieves the monitoring module types that have the specified names. |
|
GetMonitoringObject(Guid) | Obsolete.Retrieves the monitoring object that has the specified GUID. |
|
GetMonitoringObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of the monitoring objects that have the specified GUIDs. |
|
GetMonitoringObjects(ICollection<MonitoringObjectCriteria>) | Obsolete.Retrieves a collection of monitoring objects that match the specified filter. |
|
GetMonitoringObjects(MonitoringClass) | Obsolete.Retrieves the monitoring objects that match the specified scope. |
|
GetMonitoringObjects(MonitoringObjectCriteria) | Obsolete.Retrieves a collection of monitoring objects that match the specified filter. |
|
GetMonitoringObjects(MonitoringObjectGenericCriteria) | Obsolete.Retrieves a collection of monitoring objects from the management group by specifying generic criteria that are used to filter the returned results. |
|
GetMonitoringObjects(MonitoringObjectGenericCriteria, MonitoringClass) | Obsolete. |
|
GetMonitoringOverride(Guid) | Obsolete.Retrieves the monitoring override object that has the specified GUID. |
|
GetMonitoringOverrides() | Obsolete.Retrieves a collection of all monitoring override objects. |
|
GetMonitoringOverrides(ManagementPackOverrideCriteria) | Obsolete.Retrieves a collection of monitoring override objects that match the specified filter. |
|
GetMonitoringPage(Guid) | Obsolete.Retrieves the monitoring page that has the specified GUID. |
|
GetMonitoringPages() | Obsolete.Retrieves a collection of all the monitoring page objects. |
|
GetMonitoringPages(ManagementPackPageCriteria) | Obsolete.Retrieves a collection of monitoring page objects that match the specified filter. |
|
GetMonitoringPageSet(Guid) | Obsolete.Retrieves the monitoring page set that has the specified GUID. |
|
GetMonitoringPageSet(ManagementPackElement) | Obsolete.Retrieves the monitoring page set for the specified management pack element. |
|
GetMonitoringPageSets() | Obsolete.Retrieves a collection of all the monitoring page set objects from the management group. |
|
GetMonitoringPageSets(ManagementPackPageSetCriteria) | Obsolete.Retrieves a collection of monitoring page set objects that match the specified filter. |
|
GetMonitoringPerformanceData() | Obsolete.Retrieves all the monitoring performance data from the management group. |
|
GetMonitoringPerformanceData(Guid) | Obsolete.Retrieves the monitoring performance data that have the specified GUID. |
|
GetMonitoringPerformanceData(MonitoringClass) | Obsolete.Retrieves the monitoring performance data for the specified class. |
|
GetMonitoringPerformanceData(MonitoringClass, TraversalDepth) | Obsolete.Retrieves monitoring performance data for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria) | Obsolete.Retrieves a collection of performance data objects that match the specified filter. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass) | Obsolete.Retrieves monitoring performance data for the specified class that matches the specified filter. |
|
GetMonitoringPerformanceData(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring performance data for the specified class that matches the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringPerformanceDataReader() | Obsolete.Retrieves a performance data reader that contains all the performance data. |
|
GetMonitoringPerformanceDataReader(MonitoringClass) | Obsolete.Retrieves a performance data reader for the specified class. |
|
GetMonitoringPerformanceDataReader(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a performance data reader for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria) | Obsolete.Retrieves a performance data reader that matches the specified filter. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass) | Obsolete.Retrieves a performance data reader for the specified class that matches the specified filter. |
|
GetMonitoringPerformanceDataReader(MonitoringPerformanceDataCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a performance data reader for the specified class that matches the specified filter, with the option to include instances of derived classes. |
|
GetMonitoringProfile(Guid) | Obsolete.Retrieves the monitoring profile that has the specified GUID. |
|
GetMonitoringProfiles() | Obsolete.Retrieves a collection of all the monitoring profiles in a management group. |
|
GetMonitoringRecoveries() | Obsolete.Retrieves a collection of all the monitoring recovery objects. |
|
GetMonitoringRecoveries(ManagementPackRecoveryCriteria) | Obsolete.Retrieves a collection of monitoring recovery objects that match the specified filter. |
|
GetMonitoringRecoveries<T>(ICollection<T>) | Obsolete.Retrieves a collection of monitoring recovery objects for the specified class. |
|
GetMonitoringRecoveries<T>(ManagementPackRecoveryCriteria, ICollection<T>) | Obsolete.Retrieves a collection of monitoring recovery objects for the specified class that match the specified filter. |
|
GetMonitoringRecovery(Guid) | Obsolete.Retrieves the monitoring recovery object that has the specified GUID. |
|
GetMonitoringRecoveryResults() | Obsolete.Retrieves a collection of all the monitoring recovery results. |
|
GetMonitoringRecoveryResults(RecoveryResultCriteria) | Obsolete.Retrieves a collection of monitoring recovery result objects that match the specified filter. |
|
GetMonitoringRelationshipClass(Guid) | Obsolete.Retrieves the monitoring relationship class that has the specified GUID. |
|
GetMonitoringRelationshipClass(String, ManagementPack) | Obsolete.Retrieves the monitoring relationship class that has the specified name and that is contained in the specified management pack. |
|
GetMonitoringRelationshipClass(SystemRelationship) | Obsolete.Retrieves a monitoring relationship class that is defined in this management group by the well-known system types enumeration. |
|
GetMonitoringRelationshipClasses() | Obsolete.Retrieves a collection of all the monitoring relationship classes. |
|
GetMonitoringRelationshipClasses(ICollection<Guid>) | Obsolete.Retrieves a collection of the monitoring relationship classes that have the specified GUIDs. |
|
GetMonitoringRelationshipClasses(ManagementPackRelationshipCriteria) | Obsolete.Retrieves a collection of monitoring relationship objects that match the specified filter. |
|
GetMonitoringRelationshipClasses(String) | Obsolete.Retrieves a collection of monitoring relationship classes that have the specified name. |
|
GetMonitoringRelationshipObject(Guid) | Obsolete.Retrieves the monitoring relationship object that has the specified GUID. |
|
GetMonitoringRelationshipObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of monitoring relationship objects that have the specified GUIDs. |
|
GetMonitoringRelationshipObjects(ICollection<MonitoringRelationshipClass>) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified classes. |
|
GetMonitoringRelationshipObjects(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified classes, with the option to include instances of derived classes. |
|
GetMonitoringRelationshipObjects(MonitoringClass, MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects from the specified source class for the specified target class. |
|
GetMonitoringRelationshipObjects(MonitoringRelationshipClass) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified class. |
|
GetMonitoringRelationshipObjects(MonitoringRelationshipClass, DerivedClassTraversalDepth) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringRelationshipObjects(MonitoringRelationshipObjectGenericCriteria) | Obsolete.Retrieves a collection of monitoring relationship objects that match the specified filter. |
|
GetMonitoringRelationshipObjects(MonitoringRelationshipObjectGenericCriteria, MonitoringClass, MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects from the specified source class for the specified target class, with the returned objects that match the specified filter. |
|
GetMonitoringRelationshipObjectsBySourceMonitoringClass(MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects from the management group by specifying a source class to define the range of the results. |
|
GetMonitoringRelationshipObjectsBySourceMonitoringClass(MonitoringRelationshipObjectGenericCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects that match the specified filter from the specified source class. |
|
GetMonitoringRelationshipObjectsByTargetMonitoringClass(MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified target class. |
|
GetMonitoringRelationshipObjectsByTargetMonitoringClass(MonitoringRelationshipObjectGenericCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring relationship objects for the specified target class that match the specified filter. |
|
GetMonitoringReport(Guid) | Obsolete.Retrieves the monitoring report object that has the specified GUID. |
|
GetMonitoringReportParameterControl(Guid) | Obsolete.Retrieves the specified monitoring report parameter control that has the specified GUID. |
|
GetMonitoringReportParameterControls() | Obsolete.Retrieves a collection of all the monitoring report parameter controls from the management group. |
|
GetMonitoringReportParameterControls(ManagementPackReportParameterControlCriteria) | Obsolete.Retrieves a collection of report parameter control objects that match the specified filter. |
|
GetMonitoringReportResource(Guid) | Obsolete.Retrieves the monitoring report resource object that has the specified GUID. |
|
GetMonitoringReportResources() | Obsolete.Retrieves a collection of all the monitoring report resources in a management group. |
|
GetMonitoringReportResources(ManagementPackReportResourceCriteria) | Obsolete.Retrieves a collection of report resource objects that match the specified filter. |
|
GetMonitoringReports() | Obsolete.Retrieves a collection of all the monitoring reports. |
|
GetMonitoringReports(ManagementPackReportCriteria) | Obsolete.Retrieves a collection of monitoring report objects that match the specified filter. |
|
GetMonitoringReports<T>(ICollection<T>) | Obsolete.Retrieves a collection of the monitoring reports that target the specified monitoring objects. |
|
GetMonitoringReports<T>(ManagementPackReportCriteria, ICollection<T>) | Obsolete.Retrieves a collection of the monitoring reports that match the specified filter and that target the specified monitoring objects. |
|
GetMonitoringRule(Guid) | Obsolete.Retrieves the monitoring rule that has the specified GUID. |
|
GetMonitoringRules() | Obsolete.Retrieves a collection of all the monitoring rules. |
|
GetMonitoringRules(ManagementPackRuleCriteria) | Obsolete.Retrieves a collection of monitoring rule objects that match the specified filter. |
|
GetMonitoringRules<T>(ICollection<T>) | Obsolete.Retrieves the monitoring rules in the management group that target the specified monitoring objects. |
|
GetMonitoringRules<T>(ManagementPackRuleCriteria, ICollection<T>) | Obsolete.Retrieves the monitoring rules that match the specified filter and that target the specified monitoring objects. |
|
GetMonitoringSchemaType(Guid) | Obsolete.Retrieves the monitoring schema type value that has the specified GUID. |
|
GetMonitoringSchemaTypes() | Obsolete.Retrieves all the monitoring schema types. |
|
GetMonitoringSchemaTypes(ManagementPackSchemaTypeCriteria) | Obsolete.Retrieves a collection of schema type objects that match the specified filter. |
|
GetMonitoringSecureData() | Obsolete.Retrieves a collection of all the secure data objects to which the user has access. |
|
GetMonitoringSecureData(Byte[]) | Obsolete.Retrieves the secure data object that has the specified id. |
|
GetMonitoringSecureData(Guid) | Obsolete.Retrieves the secure data object that has the specified GUID. |
|
GetMonitoringSecureData(MonitoringSecureDataCriteria) | Obsolete.Retrieves a collection of secure data objects that match the specified filter. |
|
GetMonitoringSecureDataHealthServiceReference(Guid) | Obsolete.Retrieves the secure data health service reference object that has the specified GUID. |
|
GetMonitoringSecureDataHealthServiceReferenceByHealthServiceId(Nullable<Guid>) | Obsolete.Retrieves a collection of MonitoringSecureDataHealthServiceReference objects from the specified health service identifier. |
|
GetMonitoringSecureDataHealthServiceReferenceBySecureDataId(Guid) | Obsolete.Retrieves a collection of MonitoringSecureDataHealthServiceReference objects from the specified RunAs account identifier. |
|
GetMonitoringSecureDataHealthServiceReferenceBySecureReferenceId(Guid) | Obsolete.Retrieves a collection ofMonitoringSecureDataHealthServiceReferenceobjects given the RunAs profile identifier. |
|
GetMonitoringSecureDataHealthServiceReferences() | Obsolete.Retrieves a collection ofMonitoringSecureDataHealthServiceReferenceobjects. |
|
GetMonitoringSecureReference(Guid) | Obsolete.Retrieves the secure reference object that has the specified GUID. |
|
GetMonitoringSecureReferenceForActionAccount() | Obsolete.Retrieves the secure reference object in the management group for the action account. |
|
GetMonitoringSecureReferences() | Obsolete.Retrieves a collection of all the secure references. |
|
GetMonitoringSecureReferences(ManagementPackSecureReferenceCriteria) | Obsolete.Retrieves a collection of secure reference objects that match the specified filter. |
|
GetMonitoringStateForMonitoringObjects<T>(ICollection<T>, ICollection<ManagementPackMonitor>) | Obsolete.Retrieves the monitoring state for a collection of monitoring objects and monitors. |
|
GetMonitoringStringResource(Guid) | Obsolete.Retrieves the monitoring string resource object that has the specified GUID. |
|
GetMonitoringStringResources(ICollection<Guid>) | Obsolete.Retrieves a collection of the monitoring string resource objects that have the specified GUIDs. |
|
GetMonitoringTask(Guid) | Obsolete.Retrieves the monitoring task that has the specified GUID. |
|
GetMonitoringTaskResults() | Obsolete.Retrieves a collection of all the task results. |
|
GetMonitoringTaskResults(Guid) | Obsolete.Retrieves a collection of task results that have the specified GUID. |
|
GetMonitoringTaskResults(MonitoringClass) | Obsolete.Retrieves a collection of monitoring task results for the specified class. |
|
GetMonitoringTaskResults(TaskResultCriteria) | Obsolete.Retrieves a collection of monitoring task result objects that match the specified filter. |
|
GetMonitoringTaskResults(TaskResultCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring task results for the specified class that match the specified filter. |
|
GetMonitoringTasks() | Obsolete.Retrieves a collection of all the monitoring tasks. |
|
GetMonitoringTasks(ManagementPackTaskCriteria) | Obsolete.Retrieves a collection of monitoring tasks that match the specified filter. |
|
GetMonitoringTasks<T>(ICollection<T>) | Obsolete.Retrieves a collection of the monitoring tasks in the management group that target the specified monitoring objects. |
|
GetMonitoringTasks<T>(ManagementPackTaskCriteria, ICollection<T>) | Obsolete.Retrieves a collection of the monitoring tasks in the management group that match the specified filter and that target the specified monitoring objects. |
|
GetMonitoringTemplate(Guid) | Obsolete.Retrieves the monitoring template that has the specified GUID. |
|
GetMonitoringTemplates() | Obsolete.Retrieves a collection of all the monitoring templates. |
|
GetMonitoringTemplates(ManagementPackTemplateCriteria) | Obsolete.Retrieves a collection of monitoring template objects that match the specified filter. |
|
GetMonitoringUserRole(Guid) | Obsolete.Retrieves the monitoring user role value that has the specified GUID. |
|
GetMonitoringUserRoles() | Obsolete.Retrieves a collection of all the monitoring user role objects. |
|
GetMonitoringUserRolesForMonitoringObject(Guid) | Obsolete.Retrieves a collection of all the user role identifiers that have the base monitoring object as part of their scope. |
|
GetMonitoringView(Guid) | Obsolete.Retrieves the monitoring view that has the specified GUID. |
|
GetMonitoringViews() | Obsolete.Retrieves a collection of all the monitoring views. |
|
GetMonitoringViews(ManagementPackViewCriteria) | Obsolete.Retrieves a collection of monitoring view objects that match the specified filter. |
|
GetMonitoringViews<T>(ICollection<T>) | Obsolete.Retrieves a collection of all the monitoring views in the management group that target the specified monitoring objects. |
|
GetMonitoringViews<T>(ManagementPackViewCriteria, ICollection<T>) | Obsolete.Retrieves a collection of all the monitoring views in the management group that match the specified filter and that target the specified monitoring objects. |
|
GetMonitoringViewType(Guid) | Obsolete.Retrieves the monitoring view type value that has the specified GUID. |
|
GetMonitoringViewType(String, ManagementPack) | Obsolete.Retrieves the monitoring view type that has the specified name and that is contained in the specified management pack. |
|
GetMonitoringViewTypes() | Obsolete.Retrieves a collection of all the monitoring view type objects. |
|
GetMonitoringViewTypes(ICollection<Guid>) | Obsolete.Retrieves a collection of the monitoring view type objects that have the specified GUIDs. |
|
GetMonitoringViewTypes(ManagementPackViewTypeCriteria) | Obsolete.Retrieves a collection of monitoring view type objects that match the specified filter. |
|
GetMonitoringViewTypes(String) | Obsolete.Retrieves a collection of the monitoring view types that have the specified names. |
|
GetMonitors() | Obsolete.Retrieves a collection of all the monitor objects. |
|
GetMonitors(ManagementPackMonitorCriteria) | Obsolete.Retrieves a collection of monitor objects that match the specified filter. |
|
GetNotificationAction(Guid) | Obsolete.Retrieves the notification action that has the specified GUID. |
|
GetNotificationAction(String) | Obsolete.Retrieves the notification action that has the specified name. |
|
GetNotificationActions() | Obsolete.Retrieves a collection of all the notification actions. |
|
GetNotificationEndpoint(Guid) | Obsolete.Retrieves the notification endpoint object that has the specified GUID. |
|
GetNotificationEndpoint(String) | Obsolete.Retrieves the notification endpoint that has the specified name. |
|
GetNotificationEndpoints() | Obsolete.Retrieves a collection of all the notification endpoint objects. |
|
GetNotificationRecipient(Guid) | Obsolete.Retrieves the notification recipient object that has the specified GUID. |
|
GetNotificationRecipient(String) | Obsolete.Retrieves the notification recipient object that has the specified name. |
|
GetNotificationRecipients() | Obsolete.Retrieves a collection of all the notification recipient objects. |
|
GetNotificationSubscription(Guid) | Obsolete.Retrieves the notification subscription that has the specified GUID. |
|
GetNotificationSubscription(String) | Obsolete.Retrieves the notification subscription that has the specified name. |
|
GetNotificationSubscriptions() | Obsolete.Retrieves a collection of all the notification subscriptions. |
|
GetPartialMonitoringObject(Guid) | Obsolete.Retrieves the partial monitoring object that has the specified GUID. |
|
GetPartialMonitoringObjects(ICollection<Guid>) | Obsolete.Retrieves a collection of the partial monitoring objects that have the specified GUIDs. |
|
GetPartialMonitoringObjects(MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring objects from the management group that are of the specified class. |
|
GetPartialMonitoringObjects(MonitoringObjectGenericCriteria) | Obsolete.Retrieves a collection of partial monitoring objects that match the specified filter. |
|
GetPartialMonitoringObjects(MonitoringObjectGenericCriteria, MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring objects from the management group that are of the specified class and match the specified filter. |
|
GetPartialMonitoringObjectsAccessibleForOverrides() | Obsolete.Retrieves a collection of the root monitoring objects that are targeted for advanced operations. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, ICollection<MonitoringObjectCriteria>, TraversalDepth) | Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects that match the specified filter, with the option to include instances of derived classes. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>) | Obsolete. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>, TraversalDepth) | Obsolete.Gets MonitoringObject instances that are related to the specifiedMonitoringObjectobjects and that are scoped by the specified types (monitoring classes) or by any of the derived types. You also specify the traversal depth that you want to be used while searching for related monitoring objects. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringClass) | Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects and that match the specified scope. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of the monitoring object instances for the specified class that are related to the specified monitoring objects, with the option to include instances of derived classes. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringObjectCriteria) | Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects and that match the specified filter. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringObjectCriteria, TraversalDepth) | Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects that match the specified filter, with the option to include instances of derived classes. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass) | Obsolete. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass, TraversalDepth) | Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects, with the option to include instances of derived classes. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>) | Obsolete.GetsPartialMonitoringObject instances that are related to the specifiedMonitoringObject objects and that are scoped by the specified types (monitoring classes) or by any of the derived types. You also specify the traversal depth that you want to be used while searching for related monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>, TraversalDepth) | Obsolete.GetsPartialMonitoringObjectinstances that are related to the specifiedMonitoringObjectobjects and that are scoped by the specified types (monitoring classes) or by any of the derived types. You also specify the traversal depth that you want to be used while searching for related monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring object instances for the specified class that are related to the specified monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of the partial monitoring object instances for the specified class that are related to the specified monitoring objects, with the option to include instances of derived classes. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass) | Obsolete.Retrieves a collection of the partial monitoring object instances that are related to the specified monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass, TraversalDepth) | Obsolete.Retrieves a collection of the partial monitoring object instances that are related to the specified monitoring objects, with the option to include instances of derived classes. |
|
GetRootMonitoringObjectGroups() | Obsolete.Retrieves a collection of all root monitoring object groups that are based on the current user's security scope. |
|
GetRootMonitoringObjects() | Obsolete.Retrieves a collection of all root monitoring objects that are based on the current user's security scope. |
|
GetRootMonitoringObjectsAccessibleForOverrides() | Obsolete.Retrieves a collection of the root monitoring objects that are targeted for advanced operators. |
|
GetRootPartialMonitoringObjectGroups() | Obsolete.Retrieves a collection of all root partial monitoring object groups that are based on the current user's security scope. |
|
GetRootPartialMonitoringObjects() | Obsolete.Retrieves a collection of all root partial monitoring objects that are based on the current user's security scope. |
|
GetService<T>(String) | (Inherited from Container.) |
|
GetServiceLevelObjective<T>(Guid) | Obsolete.Returns the service level objective with the specifiedSystem.Guidobject from the store. |
|
GetServiceLevelObjectives<T>() | Obsolete.Retrieves all service level objects in the store. |
|
GetServiceLevelObjectives<T>(ManagementPackServiceLevelObjectiveCriteria<T>) | Obsolete.Retrieves all service level objects in the store that correspond to the specified criteria. |
|
GetServices<T>() | (Inherited from Container.) |
|
GetTieringAdministration() | Obsolete.Retrieves the tier administration object. |
|
GetTrustedDomains() | Retrieves a collection of all trusted domains. |
|
GetType() | (Inherited from Object.) |
|
GetUnitMonitorType(Guid) | Obsolete.Retrieves the unit monitor type value that has the specified GUID. |
|
GetUnitMonitorType(String, ManagementPack) | Obsolete.Retrieves the unit monitor type value that has the specified name and that is contained in the specified management pack. |
|
GetUnitMonitorTypes() | Obsolete.Retrieves a collection of all defined unit monitor types. |
|
GetUnitMonitorTypes(ICollection<Guid>) | Obsolete.Retrieves a collection of unit monitor types that have the specified GUIDs. |
|
GetUnitMonitorTypes(ManagementPackUnitMonitorTypeCriteria) | Obsolete.Retrieves a collection of unit monitor type objects that match the specified filter. |
|
GetUnitMonitorTypes(String) | Obsolete.Retrieves a collection of the specified unit monitor type objects that have the specified name. |
|
GetUserName() | (Inherited from EnterpriseManagementGroup.) |
|
GetUserRolesForOperationAndUser(Guid, String) | Obsolete.Retrieves a collection of all the user role identifiers that grant access to the specified operation and user. |
|
GetUserSettings() | Obsolete.Retrieves the root object that is used to access all user settings. |
|
GetUserSid() | (Inherited from EnterpriseManagementGroup.) |
|
HasService<T>(String) | (Inherited from Container.) |
|
ImportManagementPack(ManagementPack) | Obsolete.Imports the specified management pack into the management group. |
|
Initialize(IContainer) | (Inherited from Container.) |
|
InsertMonitoringSecureData(MonitoringSecureData) | Obsolete.Inserts the specified secure data object into the management group. |
|
InsertMonitoringSecureDataHealthServiceReference(MonitoringSecureDataHealthServiceReference) | Obsolete.Inserts the specified secure data health service reference object into the management group. |
|
InsertMonitoringUserRole(MonitoringUserRole) | Obsolete.Inserts the specified user role into the management group. |
|
InsertMonitoringUserRoles(ICollection<MonitoringUserRole>) | Obsolete.Inserts the specified user roles into the management group. |
|
InsertNotificationAction(NotificationAction) | Obsolete.Inserts the specified notification action into the management group. |
|
InsertNotificationEndpoint(NotificationEndpoint) | Obsolete.Inserts the specified notification endpoint into the management group. |
|
InsertNotificationRecipient(NotificationRecipient) | Obsolete.Inserts the specified notification recipient into the management group. |
|
InsertNotificationSubscription(NotificationSubscription) | Obsolete.Inserts the specified notification subscription into the management group. |
|
InternalInitialize(EnterpriseManagementConnectionSettings, EnterpriseManagementGroupInternal) | (Inherited from EnterpriseManagementGroup.) |
|
IsUserAdministrator() | Obsolete.Determines whether the user who is calling this method is an administrator. |
|
IsUserAdvancedOperator() | Obsolete.Determines whether the user who is calling this method is an advanced operator. |
|
IsUserAuthor() | Obsolete.Determines whether the user who is calling this method is running under the author user role. |
|
IsUserInMonitoringObjectScope(String, IList<Guid>) | Obsolete.Determines whether the user who is calling this method is running under the author user role. |
|
IsUserInMonitoringProfile(Guid) | Obsolete.Determines whether the user who is calling the method is in the specified profile. |
|
IsUserOperator() | Obsolete.Determines whether the user who is calling this method is running under the operator user role. |
|
IsUserReadonlyOperator() | Obsolete.Determines whether the user who is calling this method is a read-only operator. |
|
IsUserReportOperator() | Obsolete.Determines whether the user who is calling this method is in a report operator user role. |
|
IsUserReportSecurityAdministrator() | Obsolete.Determines whether the user who is calling this method is in a report security administrator user role. |
|
IsValidUserRole(Guid) | Obsolete.Determines whether the specified user role is valid. |
|
LookupService(Object) | (Inherited from Container.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect() | (Inherited from EnterpriseManagementGroup.) |
|
RecycleService<T>(String) | (Inherited from Container.) |
|
RefreshMonitoringGroupMembers(ManagementPack) | Obsolete.Refreshes the members of the specified management group that are a target of a group population rule or discovery object. |
|
RefreshTypeCache() | Obsolete.Refreshes the type space cache. |
|
RemoveService(String) | (Inherited from Container.) |
|
RemoveServices() | (Inherited from Container.) |
|
SubmitMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration) | Obsolete.Submits a specified task, providing the targeted objects and task configuration settings. |
|
SubmitMonitoringTask<T>(ICollection<T>, MonitoringTask, TaskConfiguration, MonitoringTaskStatusChangeCallback) | Obsolete.Submits a specified task, providing the targeted objects, task configuration settings, and a callback if task results change. |
|
ToString() | A string that contains the name of the management group.(Overrides EnterpriseManagementGroup.ToString().) |
|
UninstallManagementPack(ManagementPack) | Obsolete.Uninstalls the specified management pack from the management group. |
|
UnregisterMonitoringTaskStatusChangeCallback(Guid) | Obsolete.Discontinues the registration of the callback method for the given task batch identifier. |
|
UnregisterMonitoringTaskStatusChangeCallback(IAsyncResult) | Obsolete.Discontinues the registration of the callback method for the givenIAsyncResultobject that is returned from any of the asynchronous task submission methods. |
|
UpdateMonitoringAlerts<T>(IList<T>, String) | Obsolete.Updates the specified collection of monitoring alerts and explains the update. |
|
UpdateMonitoringAlerts<T>(IList<T>, String, MonitoringConnector) | Obsolete.Updates a specified collection of monitoring alerts for a specified connector and explains the update. |
|
UpdateMonitoringUserRoles(ICollection<MonitoringUserRole>) | Obsolete.Updates the specified user roles. |
Events
Name | Description | |
---|---|---|
OnGroomingNotification | Obsolete.Notifies subscribers when grooming occurs. |
|
OnManagementPackCacheRefresh | Obsolete.Notifies subscribers that the management pack cache is being refreshed. |
|
OnTypeCacheRefresh | Obsolete.Notifies subscribers that the management pack type cache is being refreshed. |
Remarks
Use an instance of theManagementGroupclass to access and retrieve all other Operations Manager SDK objects. A management group is a System Center Operations Manager 2007 installation that includes one database, one or more management servers, and multiple agents that are installed on the physical computers. A management group can also include multiple computers that are managed by using an agentless monitoring technique.
Examples
The following example defines a ManagementGroup instance and retrieves information about the Operation Manager components and data that are contained in the management group.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
ManagementServer
ManagementPack
Microsoft.EnterpriseManagement Namespace
Operations Manager SDK Architecture Overview
Return to top