CertificateOperationsExtensions.ListAsync Method (ICertificateOperations, String)
Retrieve a list of certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)
Namespace: Microsoft.WindowsAzure.Management.Automation
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public static Task<CertificateListResponse> ListAsync(
this ICertificateOperations operations,
string automationAccount
)
public:
[ExtensionAttribute]
static Task<CertificateListResponse^>^ ListAsync(
ICertificateOperations^ operations,
String^ automationAccount
)
static member ListAsync :
operations:ICertificateOperations *
automationAccount:string -> Task<CertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As ICertificateOperations,
automationAccount As String
) As Task(Of CertificateListResponse)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReference to the Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
automationAccount
Type: System.StringRequired. The automation account name.
Return Value
Type: System.Threading.Tasks.Task<CertificateListResponse>
The response model for the list certificate operation.
See Also
CertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top