Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NodeReportsOperationsExtensions.ListByNode 方法

定义

按节点 ID 检索 Dsc 节点报告列表。 http://aka.ms/azureautomationsdk/dscnodereportoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport> ListByNode (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);
static member ListByNode : Microsoft.Azure.Management.Automation.INodeReportsOperations * string * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.Automation.Models.DscNodeReport> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNodeReport>
<Extension()>
Public Function ListByNode (operations As INodeReportsOperations, resourceGroupName As String, automationAccountName As String, nodeId As String, Optional odataQuery As ODataQuery(Of DscNodeReport) = Nothing) As IPage(Of DscNodeReport)

参数

operations
INodeReportsOperations

此扩展方法的操作组。

resourceGroupName
String

Azure 资源组的名称。

automationAccountName
String

自动化帐户的名称。

nodeId
String

提供给列表操作的参数。

odataQuery
ODataQuery<DscNodeReport>

要应用于操作的 OData 参数。

返回

适用于