你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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
配置文件分配名称。