NodeReports class
NodeReports を表すクラス。
コンストラクター
| Node |
NodeReports を作成します。 |
メソッド
コンストラクターの詳細
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<NodeReportsGetResponse>
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
コールバック
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
コールバック
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<NodeReportsGetContentResponse>
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
リスト操作に指定されたパラメーター。
省略可能なパラメーター
戻り値
Promise<NodeReportsListByNodeResponse>
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
リスト操作に指定されたパラメーター。
省略可能なパラメーター
- callback
コールバック
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
コールバック
listByNodeNext(string, RequestOptionsBase)
ノード ID で Dsc ノード レポートの一覧を取得します。
function listByNodeNext(nextPageLink: string, options?: RequestOptionsBase): Promise<NodeReportsListByNodeNextResponse>
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
戻り値
Promise<NodeReportsListByNodeNextResponse>
Promise<Models.NodeReportsListByNodeNextResponse>
listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)
function listByNodeNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscNodeReportListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- options
- RequestOptionsBase
省略可能なパラメーター
- callback
コールバック
listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)
function listByNodeNext(nextPageLink: string, callback: ServiceCallback<DscNodeReportListResult>)
パラメーター
- nextPageLink
-
string
List 操作に対する前回の正常な呼び出しからの NextLink。
- callback
コールバック