NodeReportsOperationsExtensions.ListByNodeAsync Método

Definición

Recupere la lista de informes del nodo Dsc por identificador de nodo. http://aka.ms/azureautomationsdk/dscnodereportoperations

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>> ListByNodeAsync (this Microsoft.Azure.Management.Automation.INodeReportsOperations operations, string resourceGroupName, string automationAccountName, string nodeId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscNodeReport> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByNodeAsync : Microsoft.Azure.Management.Automation.INodeReportsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscNodeReport> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>>
<Extension()>
Public Function ListByNodeAsync (operations As INodeReportsOperations, resourceGroupName As String, automationAccountName As String, nodeId As String, Optional odataQuery As ODataQuery(Of DscNodeReport) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DscNodeReport))

Parámetros

operations
INodeReportsOperations

Grupo de operaciones para este método de extensión.

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.

odataQuery
ODataQuery<DscNodeReport>

Parámetros de OData que se aplicarán a la operación.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a