Megosztás a következőn keresztül:


DscConfigurationOperationsExtensions.ListByAutomationAccountAsync Metódus

Definíció

A konfigurációk listájának lekérése. 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))

Paraméterek

operations
IDscConfigurationOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountName
String

Az automation-fiók neve.

odataQuery
ODataQuery<DscConfiguration>

A műveletre alkalmazandó OData-paraméterek.

inlinecount
String

Összes sor visszaadása.

cancellationToken
CancellationToken

A lemondási jogkivonat.

Válaszok

A következőre érvényes: