ModuleOperationsExtensions.ListAsync Method (IModuleOperations, String)
Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IModuleOperations, automationAccount As String ) As Task(Of ModuleListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IModuleOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
Return Value
Type: System.Threading.Tasks.Task(Of ModuleListResponse)The response model for the list module operation.
Show: