GuestConfigurationHcrpAssignmentReportsOperations interface
Rozhraní reprezentující operace GuestConfigurationHcrpAssignmentReports.
Vlastnosti
| get | Získejte sestavu pro přiřazení konfigurace hosta podle reportId. |
| list | Vyveďte všechny reporty pro přiřazení hostující konfigurace, nejdříve nejnovější zprávu. |
Podrobnosti vlastnosti
get
Získejte sestavu pro přiřazení konfigurace hosta podle reportId.
get: (resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>
Hodnota vlastnosti
(resourceGroupName: string, guestConfigurationAssignmentName: string, reportId: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsGetOptionalParams) => Promise<GuestConfigurationAssignmentReport>
list
Vyveďte všechny reporty pro přiřazení hostující konfigurace, nejdříve nejnovější zprávu.
list: (resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>
Hodnota vlastnosti
(resourceGroupName: string, guestConfigurationAssignmentName: string, machineName: string, options?: GuestConfigurationHcrpAssignmentReportsListOptionalParams) => Promise<GuestConfigurationAssignmentReportList>