GuestConfigurationAssignmentReportsVmss interface    
Interface representing a GuestConfigurationAssignmentReportsVmss.
Methods
| get(string, string, string, string, Guest | 
	Get a report for the VMSS guest configuration assignment, by reportId.  | 
| list(string, string, string, Guest | 
	List all reports for the VMSS guest configuration assignment, latest report first.  | 
Method Details
		get(string, string, string, string, GuestConfigurationAssignmentReportsVmssGetOptionalParams)
	       
	Get a report for the VMSS guest configuration assignment, by reportId.
function get(resourceGroupName: string, vmssName: string, name: string, id: string, options?: GuestConfigurationAssignmentReportsVmssGetOptionalParams): Promise<GuestConfigurationAssignmentReport>
				Parameters
- resourceGroupName
 - 
				
string
 
The resource group name.
- vmssName
 - 
				
string
 
The name of the virtual machine scale set.
- name
 - 
				
string
 
The guest configuration assignment name.
- id
 - 
				
string
 
The GUID for the guest configuration assignment report.
The options parameters.
Returns
Promise<GuestConfigurationAssignmentReport>
		list(string, string, string, GuestConfigurationAssignmentReportsVmssListOptionalParams)
	       
	List all reports for the VMSS guest configuration assignment, latest report first.
function list(resourceGroupName: string, vmssName: string, name: string, options?: GuestConfigurationAssignmentReportsVmssListOptionalParams): PagedAsyncIterableIterator<GuestConfigurationAssignmentReport, GuestConfigurationAssignmentReport[], PageSettings>
				Parameters
- resourceGroupName
 - 
				
string
 
The resource group name.
- vmssName
 - 
				
string
 
The name of the virtual machine scale set.
- name
 - 
				
string
 
The guest configuration assignment name.
The options parameters.