CredentialOperationsExtensions.List Method (ICredentialOperations, String)

 

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)

public static CredentialListResponse List(
	this ICredentialOperations operations,
	string automationAccount
)

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: Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse

The response model for the list credential operation.

Return to top
Show: