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
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 パラメーター。
戻り値
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
Automation アカウントの名前。
- nodeId
-
string
リスト操作に指定されたパラメーター。
options パラメーター。
戻り値
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript