CertificateOperationsExtensions::List Method (ICertificateOperations^, String^)

 

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

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

public:
[ExtensionAttribute]
static CertificateListResponse^ List(
	ICertificateOperations^ operations,
	String^ automationAccount
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation::ICertificateOperations^

Reference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.

automationAccount
Type: System::String^

Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models::CertificateListResponse^

The response model for the list certificate operation.

Return to top
Show: