GuestConfigurationConnectedVMwarevSphereAssignmentsReportsOperations interface
Interface representing a GuestConfigurationConnectedVMwarevSphereAssignmentsReports 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, vmName: string, guestConfigurationAssignmentName: string, reportId: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>
Property Value
(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, reportId: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>
list
List all reports for the guest configuration assignment, latest report first.
list: (resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>
Property Value
(resourceGroupName: string, vmName: string, guestConfigurationAssignmentName: string, options?: GuestConfigurationConnectedVMwarevSphereAssignmentsReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>