ModuleOperationsExtensions.ListAsync Method (IModuleOperations, String)
Retrieve a list of modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static Task<ModuleListResponse> ListAsync(
this IModuleOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<ModuleListResponse^>^ ListAsync(
IModuleOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:IModuleOperations *
automationAccount:string -> Task<ModuleListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As IModuleOperations,
automationAccount As String
) As Task(Of ModuleListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.IModuleOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: System.Threading.Tasks.Task<ModuleListResponse>
The response model for the list module operation.
See Also
ModuleOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top