Partager via


INodeReportsOperations.ListByNodeWithHttpMessagesAsync Méthode

Définition

Récupérez la liste de rapports de nœuds Dsc par ID de nœud. http://aka.ms/azureautomationsdk/dscnodereportoperations

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>>> ListByNodeWithHttpMessagesAsync (string resourceGroupName, string automationAccountName, string nodeId, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscNodeReport> odataQuery = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByNodeWithHttpMessagesAsync : string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscNodeReport> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>>>
Public Function ListByNodeWithHttpMessagesAsync (resourceGroupName As String, automationAccountName As String, nodeId As String, Optional odataQuery As ODataQuery(Of DscNodeReport) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of DscNodeReport)))

Paramètres

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

nodeId
String

Paramètres fournis à l’opération de liste.

odataQuery
ODataQuery<DscNodeReport>

Paramètres OData à appliquer à l’opération.

customHeaders
Dictionary<String,List<String>>

En-têtes qui seront ajoutés à la demande.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Exceptions

Levée lorsque l’opération a retourné un code de status non valide

Levée en cas d’impossibilité de désérialiser la réponse

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à