Share via


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

  • 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.

See Also

CertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top