GuestConfigurationAssignmentReports interface   
Interface representing a GuestConfigurationAssignmentReports.
Methods
| get(string, string, string, string, Guest | 
	Get a report for the guest configuration assignment, by reportId.  | 
| list(string, string, string, Guest | 
	List all reports for the guest configuration assignment, latest report first.  | 
Method Details
		get(string, string, string, string, GuestConfigurationAssignmentReportsGetOptionalParams)
	      
	Get a report for the guest configuration assignment, by reportId.
function get(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, vmName: string, options?: GuestConfigurationAssignmentReportsGetOptionalParams): Promise<GuestConfigurationAssignmentReport>
				Parameters
- resourceGroupName
 - 
				
string
 
The resource group name.
- guestConfigurationAssignmentName
 - 
				
string
 
The guest configuration assignment name.
- reportId
 - 
				
string
 
The GUID for the guest configuration assignment report.
- vmName
 - 
				
string
 
The name of the virtual machine.
The options parameters.
Returns
Promise<GuestConfigurationAssignmentReport>
		list(string, string, string, GuestConfigurationAssignmentReportsListOptionalParams)
	      
	List all reports for the guest configuration assignment, latest report first.
function list(resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentReportsListOptionalParams): Promise<GuestConfigurationAssignmentReportList>
				Parameters
- resourceGroupName
 - 
				
string
 
The resource group name.
- guestConfigurationAssignmentName
 - 
				
string
 
The guest configuration assignment name.
- vmName
 - 
				
string
 
The name of the virtual machine.
The options parameters.