IModuleOperations.ListAsync Method (String, CancellationToken)

 

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Function ListAsync (
	automationAccount As String,
	cancellationToken As CancellationToken
) As Task(Of ModuleListResponse)

Parameters

automationAccount
Type: System.String

The automation account name.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of ModuleListResponse)

The response model for the list module operation.

Return to top
Show: