次の方法で共有


NodeReports interface

NodeReports を表すインターフェイス。

メソッド

get(string, string, string, string, NodeReportsGetOptionalParams)

ノード ID とレポート ID で Dsc ノード レポート データを取得します。

getContent(string, string, string, string, NodeReportsGetContentOptionalParams)

ノード ID とレポート ID で Dsc ノード レポートを取得します。

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

ノード 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

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
NodeReportsGetOptionalParams

options パラメーター。

戻り値

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

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
NodeReportsGetContentOptionalParams

options パラメーター。

戻り値

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

Automation アカウントの名前。

nodeId

string

リスト操作に指定されたパラメーター。

options
NodeReportsListByNodeOptionalParams

options パラメーター。

戻り値