HcrpReports interface
Interface representing a HcrpReports.
Methods
get(string, string, string, string, Hcrp |
Get information about a report associated with a configuration profile assignment run |
list |
Retrieve a list of reports within a given configuration profile assignment |
Method Details
get(string, string, string, string, HcrpReportsGetOptionalParams)
Get information about a report associated with a configuration profile assignment run
function get(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, reportName: string, options?: HcrpReportsGetOptionalParams): Promise<Report>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- machineName
-
string
The name of the Arc machine.
- configurationProfileAssignmentName
-
string
The configuration profile assignment name.
- reportName
-
string
The report name.
- options
- HcrpReportsGetOptionalParams
The options parameters.
Returns
Promise<Report>
listByConfigurationProfileAssignments(string, string, string, HcrpReportsListByConfigurationProfileAssignmentsOptionalParams)
Retrieve a list of reports within a given configuration profile assignment
function listByConfigurationProfileAssignments(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, options?: HcrpReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- machineName
-
string
The name of the Arc machine.
- configurationProfileAssignmentName
-
string
The configuration profile assignment name.
The options parameters.