NodeReportsOperations interface

Interface representing a NodeReports operations.

Properties

get

Retrieve the Dsc node report data by node id and report id.

getContent

Retrieve the Dsc node reports by node id and report id.

listByNode

Retrieve the Dsc node report list by node id.

Property Details

get

Retrieve the Dsc node report data by node id and report id.

get: (resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetOptionalParams) => Promise<DscNodeReport>

Property Value

(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetOptionalParams) => Promise<DscNodeReport>

getContent

Retrieve the Dsc node reports by node id and report id.

getContent: (resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetContentOptionalParams) => Promise<NodeReportsGetContentResponse>

Property Value

(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetContentOptionalParams) => Promise<NodeReportsGetContentResponse>

listByNode

Retrieve the Dsc node report list by node id.

listByNode: (resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams) => PagedAsyncIterableIterator<DscNodeReport, DscNodeReport[], PageSettings>

Property Value

(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams) => PagedAsyncIterableIterator<DscNodeReport, DscNodeReport[], PageSettings>