Condividi tramite


NodeReports class

Classe che rappresenta un oggetto NodeReports.

Costruttori

NodeReports(AutomationClientContext)

Creare un oggetto NodeReports.

Metodi

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

Recuperare i dati del report del nodo Dsc in base all'ID nodo e all'ID del report.

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

Recuperare i report del nodo Dsc in base all'ID nodo e all'ID report.

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

Recuperare l'elenco di report del nodo Dsc in base all'ID nodo.

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

Recuperare l'elenco di report del nodo Dsc in base all'ID nodo.

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

Dettagli costruttore

NodeReports(AutomationClientContext)

Creare un oggetto NodeReports.

new NodeReports(client: AutomationClientContext)

Parametri

client
AutomationClientContext

Riferimento al client del servizio.

Dettagli metodo

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

Recuperare i dati del report del nodo Dsc in base all'ID nodo e all'ID del report.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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>)

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<DscNodeReport>

Callback

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

callback

ServiceCallback<DscNodeReport>

Callback

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

Recuperare i report del nodo Dsc in base all'ID nodo e all'ID report.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

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>)

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<any>

Callback

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

ID del nodo Dsc.

reportId

string

ID report.

callback

ServiceCallback<any>

Callback

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

Recuperare l'elenco di report del nodo Dsc in base all'ID nodo.

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

Parametri forniti all'operazione di elenco.

options
NodeReportsListByNodeOptionalParams

Parametri facoltativi

Restituisce

Promise<Models.NodeReportsListByNodeResponse>

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

Parametri forniti all'operazione di elenco.

options
NodeReportsListByNodeOptionalParams

Parametri facoltativi

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

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

Parametri

resourceGroupName

string

Nome di un gruppo di risorse di Azure.

automationAccountName

string

Nome dell'account di automazione.

nodeId

string

Parametri forniti all'operazione di elenco.

listByNodeNext(string, RequestOptionsBase)

Recuperare l'elenco di report del nodo Dsc in base all'ID nodo.

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.NodeReportsListByNodeNextResponse>

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.