你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HCIReports interface

Interface representing a HCIReports.

Methods

get(string, string, string, string, HCIReportsGetOptionalParams)

Get information about a report associated with a configuration profile assignment run

listByConfigurationProfileAssignments(string, string, string, HCIReportsListByConfigurationProfileAssignmentsOptionalParams)

Retrieve a list of reports within a given configuration profile assignment

Method Details

get(string, string, string, string, HCIReportsGetOptionalParams)

Get information about a report associated with a configuration profile assignment run

function get(resourceGroupName: string, clusterName: string, configurationProfileAssignmentName: string, reportName: string, options?: HCIReportsGetOptionalParams): Promise<Report>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the Arc machine.

configurationProfileAssignmentName

string

The configuration profile assignment name.

reportName

string

The report name.

options
HCIReportsGetOptionalParams

The options parameters.

Returns

Promise<Report>

listByConfigurationProfileAssignments(string, string, string, HCIReportsListByConfigurationProfileAssignmentsOptionalParams)

Retrieve a list of reports within a given configuration profile assignment

function listByConfigurationProfileAssignments(resourceGroupName: string, clusterName: string, configurationProfileAssignmentName: string, options?: HCIReportsListByConfigurationProfileAssignmentsOptionalParams): PagedAsyncIterableIterator<Report, Report[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

clusterName

string

The name of the Arc machine.

configurationProfileAssignmentName

string

The configuration profile assignment name.

Returns