DscNodeOperationsExtensions.ListByAutomationAccount メソッド

定義

dsc ノードの一覧を取得します。 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)

パラメーター

operations
IDscNodeOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

Azure リソース グループの名前。

automationAccountName
String

Automation アカウントの名前。

odataQuery
ODataQuery<DscNode>

操作に適用する OData パラメーター。

inlinecount
String

合計行数を返します。

戻り値

適用対象