GuestConfigurationHcrpAssignmentReports interface
Interface die een GuestConfigurationHcrpAssignmentReports vertegenwoordigt.
Methoden
| get(string, string, string, string, Guest |
Haal een rapport op voor de toewijzing van de gastconfiguratie op basis van reportId. |
| list(string, string, string, Guest |
Vermeld eerst alle rapporten voor de toewijzing van de gastconfiguratie, het laatste rapport. |
Methodedetails
get(string, string, string, string, GuestConfigurationHcrpAssignmentReportsGetOptionalParams)
Haal een rapport op voor de toewijzing van de gastconfiguratie op basis van reportId.
function get(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams): Promise<GuestConfigurationAssignmentReport>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- guestConfigurationAssignmentName
-
string
De naam van de toewijzing van de gastconfiguratie.
- reportId
-
string
De GUID voor het rapport gastconfiguratietoewijzing.
- machineName
-
string
De naam van de ARC-machine.
De optiesparameters.
Retouren
Promise<GuestConfigurationAssignmentReport>
list(string, string, string, GuestConfigurationHcrpAssignmentReportsListOptionalParams)
Vermeld eerst alle rapporten voor de toewijzing van de gastconfiguratie, het laatste rapport.
function list(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams): Promise<GuestConfigurationAssignmentReportList>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- guestConfigurationAssignmentName
-
string
De naam van de toewijzing van de gastconfiguratie.
- machineName
-
string
De naam van de ARC-machine.
De optiesparameters.