ICredentialOperations.ListAsync Method (String, CancellationToken)

 

Retrieve a list of credentials. (see http://aka.ms/azureautomationsdk/credentialoperations 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 CredentialListResponse)

Parameters

automationAccount
Type: System.String

The automation account name.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

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

The response model for the list credential operation.

Return to top
Show: