GuestConfigurationHcrpAssignmentReports interface
Interface representing a GuestConfigurationHcrpAssignmentReports.
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, GuestConfigurationHcrpAssignmentReportsGetOptionalParams)
Get a report for the guest configuration assignment, by reportId.
function get(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams): 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.
- machineName
-
string
The name of the ARC machine.
The options parameters.
Returns
Promise<GuestConfigurationAssignmentReport>
list(string, string, string, GuestConfigurationHcrpAssignmentReportsListOptionalParams)
List all reports for the guest configuration assignment, latest report first.
function list(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams): Promise<GuestConfigurationAssignmentReportList>
Parameters
- resourceGroupName
-
string
The resource group name.
- guestConfigurationAssignmentName
-
string
The guest configuration assignment name.
- machineName
-
string
The name of the ARC machine.
The options parameters.
Returns
Azure SDK for JavaScript