Share via


DscConfigurationOperationsExtensions.ListByAutomationAccountAsync メソッド

定義

構成の一覧を取得します。 http://aka.ms/azureautomationsdk/configurationoperations

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

パラメーター

operations
IDscConfigurationOperations

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

resourceGroupName
String

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

automationAccountName
String

Automation アカウントの名前。

odataQuery
ODataQuery<DscConfiguration>

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

inlinecount
String

合計行数を返します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象