HcrpReports interface
代表 HcrpReports 的介面。
方法
方法詳細資料
get(string, string, string, string, HcrpReportsGetOptionalParams)
取得與組態配置檔指派執行相關聯之報告的相關信息
function get(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, reportName: string, options?: HcrpReportsGetOptionalParams): Promise<Report>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- machineName
-
string
Arc 電腦的名稱。
- configurationProfileAssignmentName
-
string
組態配置檔指派名稱。
- reportName
-
string
報表名稱。
- options
- HcrpReportsGetOptionalParams
選項參數。
傳回
Promise<Report>
listByConfigurationProfileAssignments(string, string, string, HcrpReportsListByConfigurationProfileAssignmentsOptionalParams)
擷取指定組態配置檔指派內的報表清單
function listByConfigurationProfileAssignments(resourceGroupName: string, machineName: string, configurationProfileAssignmentName: string, options?: HcrpReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- machineName
-
string
Arc 電腦的名稱。
- configurationProfileAssignmentName
-
string
組態配置檔指派名稱。