ModuleOperationsExtensions.List 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 List ( operations As IModuleOperations, automationAccount As String ) As 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: Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponseThe response model for the list module operation.
Show: