XenReportedApplication.GetRemediationReport Method¶
Gets the remediation report for a server hosted deployment model.
Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public abstract MergedReportedApplication GetRemediationReport(
ReportType reportType
)
VB¶
Public MustOverride Function GetRemediationReport (
reportType As ReportType
) As MergedReportedApplication
Parameters¶
- reportType
- Type: Citrix.SDK.AppDNA.ReportType
Type of the report.
Return Value¶
Type: MergedReportedApplication
Collection of ReportedApplication and aggregates data from it
See Also¶
Reference¶
XenReportedApplication Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace