FavoriteMonitoringReport Constructor (String, String)
Applies To: Operations Manager for System Center 2012
Initializes a new FavoriteMonitoringReport object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public FavoriteMonitoringReport(
string name,
string reportPath
)
public:
FavoriteMonitoringReport(
String^ name,
String^ reportPath
)
new :
name:string *
reportPath:string -> FavoriteMonitoringReport
Public Sub New (
name As String,
reportPath As String
)
Parameters
name
Type: System.StringThe display name of the favorite report.
reportPath
Type: System.StringThe path to the report that is contained in the favorite report.
See Also
FavoriteMonitoringReport Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top