Compartir a través de


NodeReports class

Clase que representa un NodeReports.

Constructores

NodeReports(AutomationClientContext)

Cree un NodeReports.

Métodos

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

Recupere los datos del informe del nodo Dsc por identificador de nodo e identificador de informe.

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

Recupere los informes del nodo Dsc por identificador de nodo e identificador de informe.

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

Recupere la lista de informes del nodo Dsc por identificador de nodo.

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

Recupere la lista de informes del nodo Dsc por identificador de nodo.

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

Detalles del constructor

NodeReports(AutomationClientContext)

Cree un NodeReports.

new NodeReports(client: AutomationClientContext)

Parámetros

client
AutomationClientContext

Referencia al cliente de servicio.

Detalles del método

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

Recupere los datos del informe del nodo Dsc por identificador de nodo e identificador de informe.

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.NodeReportsGetResponse<>

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<DscNodeReport>

Devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

callback

ServiceCallback<DscNodeReport>

Devolución de llamada

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

Recupere los informes del nodo Dsc por identificador de nodo e identificador de informe.

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.NodeReportsGetContentResponse<>

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<any>

Devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Identificador del nodo Dsc.

reportId

string

Identificador del informe.

callback

ServiceCallback<any>

Devolución de llamada

listByNode(string, string, string, NodeReportsListByNodeOptionalParams)

Recupere la lista de informes del nodo Dsc por identificador de nodo.

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Parámetros proporcionados a la operación de lista.

options
NodeReportsListByNodeOptionalParams

Los parámetros opcionales

Devoluciones

Modelos de promesas.NodeReportsListByNodeResponse<>

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Parámetros proporcionados a la operación de lista.

options
NodeReportsListByNodeOptionalParams

Los parámetros opcionales

callback

ServiceCallback<DscNodeReportListResult>

Devolución de llamada

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

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

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

nodeId

string

Parámetros proporcionados a la operación de lista.

callback

ServiceCallback<DscNodeReportListResult>

Devolución de llamada

listByNodeNext(string, RequestOptionsBase)

Recupere la lista de informes del nodo Dsc por identificador de nodo.

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.NodeReportsListByNodeNextResponse<>

listByNodeNext(string, RequestOptionsBase, ServiceCallback<DscNodeReportListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<DscNodeReportListResult>

Devolución de llamada

listByNodeNext(string, ServiceCallback<DscNodeReportListResult>)

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

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

callback

ServiceCallback<DscNodeReportListResult>

Devolución de llamada