共用方式為


DscNodeOperationsExtensions.ListByAutomationAccountAsync 方法

定義

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

參數

operations
IDscNodeOperations

這個擴充方法的作業群組。

resourceGroupName
String

Azure 資源群組的名稱。

automationAccountName
String

自動化帳戶的名稱。

odataQuery
ODataQuery<DscNode>

要套用至作業的 OData 參數。

inlinecount
String

傳回總計資料列。

cancellationToken
CancellationToken

取消語彙基元。

傳回

適用於