GuestConfigurationHcrpAssignmentReportsOperations interface

Interface representing a GuestConfigurationHcrpAssignmentReports operations.

Properties

get

Get a report for the guest configuration assignment, by reportId.

list

List all reports for the guest configuration assignment, latest report first.

Property Details

get

Get a report for the guest configuration assignment, by reportId.

get: (resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>

Property Value

(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>

list

List all reports for the guest configuration assignment, latest report first.

list: (resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>

Property Value

(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>