NodeReports class
代表 NodeReports 的類別。
建構函式
Node |
建立 NodeReports。 |
方法
建構函式詳細資料
NodeReports(AutomationClientContext)
建立 NodeReports。
new NodeReports(client: AutomationClientContext)
參數
- client
- AutomationClientContext
服務用戶端的參考。
方法詳細資料
get(string, string, string, string, RequestOptionsBase)
依節點識別碼和報表識別碼擷取 Dsc 節點報表資料。
function get(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: RequestOptionsBase): Promise<NodeReportsGetResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- 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
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- 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
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- callback
回呼
getContent(string, string, string, string, RequestOptionsBase)
依節點識別碼和報表識別碼擷取 Dsc 節點報告。
function getContent(resourceGroupName: string, automationAccountName: string, nodeId: string, reportId: string, options?: RequestOptionsBase): Promise<NodeReportsGetContentResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- 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
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- 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
自動化帳戶的名稱。
- nodeId
-
string
Dsc 節點識別碼。
- reportId
-
string
報表識別碼。
- callback
-
ServiceCallback<any>
回呼
listByNode(string, string, string, NodeReportsListByNodeOptionalParams)
依節點識別碼擷取 Dsc 節點報告清單。
function listByNode(resourceGroupName: string, automationAccountName: string, nodeId: string, options?: NodeReportsListByNodeOptionalParams): Promise<NodeReportsListByNodeResponse>
參數
- resourceGroupName
-
string
Azure 資源群組的名稱。
- automationAccountName
-
string
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- 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
自動化帳戶的名稱。
- nodeId
-
string
提供給清單作業的參數。
- callback
回呼
listByNodeNext(string, RequestOptionsBase)
依節點識別碼擷取 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
回呼