ActivityOperationsExtensions.ListAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez une liste d’activités dans le module identifiées par le nom du module. (voir http://aka.ms/azureautomationsdk/activityoperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse> ListAsync (this Microsoft.WindowsAzure.Management.Automation.IActivityOperations operations, string automationAccount, string moduleName);
static member ListAsync : Microsoft.WindowsAzure.Management.Automation.IActivityOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse>
<Extension()>
Public Function ListAsync (operations As IActivityOperations, automationAccount As String, moduleName As String) As Task(Of ActivityListResponse)
Paramètres
- operations
- IActivityOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IActivityOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- moduleName
- String
Obligatoire. Nom du module.
Retours
Modèle de réponse pour l’opération d’activité de liste.
S’applique à
Azure SDK for .NET