Compartilhar via


Método CertificateOperationsExtensions.ListAsync (ICertificateOperations, String)

 

Recupere uma lista de certificados. (consulte https://aka.ms/azureautomationsdk/certificateoperations para obter mais informações)

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

Sintaxe

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)

Parâmetros

  • automationAccount
    Type: System.String

    Obrigatório. O nome da conta de automação.

Valor de retorno

Type: System.Threading.Tasks.Task<CertificateListResponse>

O modelo de resposta para a operação de certificado da lista.

Consulte também

Classe CertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo