NodeReports class
Clase que representa un NodeReports.
Constructores
| Node |
Cree un NodeReports. |
Métodos
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
Promise<NodeReportsGetResponse>
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
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
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
Promise<NodeReportsGetContentResponse>
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.
Los parámetros opcionales
Devoluciones
Promise<NodeReportsListByNodeResponse>
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.
Los parámetros opcionales
- callback
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
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
Promise<NodeReportsListByNodeNextResponse>
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
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
Devolución de llamada