Partager via


Python2PackageOperationsExtensions.ListByAutomationAccountAsync Méthode

Définition

Récupérez une liste de packages Python 2. http://aka.ms/azureautomationsdk/moduleoperations

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

Paramètres

operations
IPython2PackageOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à