다음을 통해 공유


DscConfigurationOperationsExtensions.ListByAutomationAccountAsync 메서드

정의

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

자동화 계정의 이름입니다.

odataQuery
ODataQuery<DscConfiguration>

작업에 적용할 OData 매개 변수입니다.

inlinecount
String

총 행을 반환합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상