Aracılığıyla paylaş


DscNodeOperationsExtensions.ListByAutomationAccount Yöntem

Tanım

dsc düğümlerinin listesini alın. http://aka.ms/azureautomationsdk/dscnodeoperations

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

Parametreler

operations
IDscNodeOperations

Bu uzantı yönteminin işlem grubu.

resourceGroupName
String

Azure Kaynak grubunun adı.

automationAccountName
String

Otomasyon hesabının adı.

odataQuery
ODataQuery<DscNode>

İşleme uygulanacak OData parametreleri.

inlinecount
String

Toplam satırları döndürür.

Döndürülenler

Şunlara uygulanır