次の方法で共有


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