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