NodeReports interface
表示 NodeReports 的接口。
方法
| get(string, string, string, string, Node |
按节点 ID 和报表 ID 检索 Dsc 节点报表数据。 |
| get |
按节点 ID 和报表 ID 检索 Dsc 节点报告。 |
| list |
按节点 ID 检索 Dsc 节点报告列表。 |
方法详细信息
get(string, string, string, string, NodeReportsGetOptionalParams)
按节点 ID 和报表 ID 检索 Dsc 节点报表数据。
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetOptionalParams): Promise<DscNodeReport>
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- nodeId
-
string
Dsc 节点 ID。
- reportId
-
string
报表 ID。
- options
- NodeReportsGetOptionalParams
选项参数。
返回
Promise<DscNodeReport>
getContent(string, string, string, string, NodeReportsGetContentOptionalParams)
按节点 ID 和报表 ID 检索 Dsc 节点报告。
function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: NodeReportsGetContentOptionalParams): Promise<NodeReportsGetContentResponse>
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- nodeId
-
string
Dsc 节点 ID。
- reportId
-
string
报表 ID。
选项参数。
返回
Promise<NodeReportsGetContentResponse>
listByNode(string, string, string, NodeReportsListByNodeOptionalParams)
按节点 ID 检索 Dsc 节点报告列表。
function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams): PagedAsyncIterableIterator<DscNodeReport, DscNodeReport[], PageSettings>
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- nodeId
-
string
提供给列表操作的参数。
选项参数。