GuestConfigurationAssignmentReportsOperations interface

Interface representing a GuestConfigurationAssignmentReports 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, vmName: string, options?: GuestConfigurationAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>

Property Value

(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, vmName: string, options?: GuestConfigurationAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>

list

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

list: (resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>

Property Value

(resourceGroupName: string, guestConfigurationAssignmentName: string, vmName: string, options?: GuestConfigurationAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>