CertificateOperationsExtensions.ListAsync Method (ICertificateOperations, String)
Retrieve a list of certificates. (see http://aka.ms/azureautomationsdk/certificateoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static Task<CertificateListResponse> ListAsync( this 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: System.Threading.Tasks.Task<CertificateListResponse>The response model for the list certificate operation.
Show: