Reports interface
Interface representing a Reports.
Methods
get(string, string, string, string, Reports |
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, ReportsGetOptionalParams)
Get information about a report associated with a configuration profile assignment run
function get(resourceGroupName: string, configurationProfileAssignmentName: string, reportName: string, vmName: string, options?: ReportsGetOptionalParams): Promise<Report>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- configurationProfileAssignmentName
-
string
The configuration profile assignment name.
- reportName
-
string
The report name.
- vmName
-
string
The name of the virtual machine.
- options
- ReportsGetOptionalParams
The options parameters.
Returns
Promise<Report>
listByConfigurationProfileAssignments(string, string, string, ReportsListByConfigurationProfileAssignmentsOptionalParams)
Retrieve a list of reports within a given configuration profile assignment
function listByConfigurationProfileAssignments(resourceGroupName: string, configurationProfileAssignmentName: string, vmName: string, options?: ReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- configurationProfileAssignmentName
-
string
The configuration profile assignment name.
- vmName
-
string
The name of the virtual machine.
The options parameters.