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