次の方法で共有


NodeReports class

NodeReports を表すクラス。

コンストラクター

NodeReports(AutomationClientContext)

NodeReports を作成します。

メソッド

get(string, string, string, string, RequestOptionsBase)

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

get(string, string, string, string, RequestOptionsBase, ServiceCallback<DscNodeReport>)
get(string, string, string, string, ServiceCallback<DscNodeReport>)
getContent(string, string, string, string, RequestOptionsBase)

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

getContent(string, string, string, string, RequestOptionsBase, ServiceCallback<any>)
getContent(string, string, string, string, ServiceCallback<any>)
listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

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

listByNode(string, string, string, NodeReportsListByNodeOptionalParams, ServiceCallback<DscNodeReportListResult>)
listByNode(string, string, string, ServiceCallback<DscNodeReportListResult>)
listByNodeNext(string, RequestOptionsBase)

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

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)
listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

コンストラクターの詳細

NodeReports(AutomationClientContext)

NodeReports を作成します。

new NodeReports(client: AutomationClientContext)

パラメーター

client
AutomationClientContext

サービス クライアントへの参照。

メソッドの詳細

get(string, string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: RequestOptionsBase): Promise<NodeReportsGetResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.NodeReportsGetResponse>

get(string, string, string, string, RequestOptionsBase, ServiceCallback<DscNodeReport>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeReport>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<DscNodeReport>

コールバック

get(string, string, string, string, ServiceCallback<DscNodeReport>)

function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: ServiceCallback<DscNodeReport>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

callback

ServiceCallback<DscNodeReport>

コールバック

getContent(string, string, string, string, RequestOptionsBase)

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

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

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.NodeReportsGetContentResponseです。>

getContent(string, string, string, string, RequestOptionsBase, ServiceCallback<any>)

function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options: RequestOptionsBase, callback: ServiceCallback<any>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<any>

コールバック

getContent(string, string, string, string, ServiceCallback<any>)

function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, callback: ServiceCallback<any>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

Dsc ノード ID。

reportId

string

レポート ID。

callback

ServiceCallback<any>

コールバック

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

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

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams): Promise<NodeReportsListByNodeResponse>

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

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

options
NodeReportsListByNodeOptionalParams

省略可能なパラメーター

戻り値

Promise<Models.NodeReportsListByNodeResponse>

listByNode(string, string, string, NodeReportsListByNodeOptionalParams, ServiceCallback<DscNodeReportListResult>)

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options: NodeReportsListByNodeOptionalParams, callback: ServiceCallback<DscNodeReportListResult>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

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

options
NodeReportsListByNodeOptionalParams

省略可能なパラメーター

callback

ServiceCallback<DscNodeReportListResult>

コールバック

listByNode(string, string, string, ServiceCallback<DscNodeReportListResult>)

function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, callback: ServiceCallback<DscNodeReportListResult>)

パラメーター

resourceGroupName

string

Azure リソース グループの名前。

automationAccountName

string

Automation アカウントの名前。

nodeId

string

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

callback

ServiceCallback<DscNodeReportListResult>

コールバック

listByNodeNext(string, RequestOptionsBase)

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

function listByNodeNext(nextPageLink: string, options?: RequestOptionsBase): Promise<NodeReportsListByNodeNextResponse>

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.NodeReportsListByNodeNextResponse>

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)

function listByNodeNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeReportListResult>)

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<DscNodeReportListResult>

コールバック

listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

function listByNodeNext(nextPageLink: string, callback: ServiceCallback<DscNodeReportListResult>)

パラメーター

nextPageLink

string

List 操作に対する前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<DscNodeReportListResult>

コールバック