ManagementGroup.GetMonitoringOverride(Guid) 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.
Caution
Please use Overrides.GetMonitoringOverride()
Gets an override by id.
public:
Microsoft::EnterpriseManagement::Configuration::ManagementPackOverride ^ GetMonitoringOverride(Guid id);
[System.Obsolete("Please use Overrides.GetMonitoringOverride()")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride GetMonitoringOverride (Guid id);
member this.GetMonitoringOverride : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride
Public Function GetMonitoringOverride (id As Guid) As ManagementPackOverride
Parameters
- id
- Guid
The id of the requested override.
Returns
The override.
- Attributes
Exceptions
A ManagementPackOverride with that id was not found.