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
operations
Type: Microsoft.WindowsAzure.Management.Automation.ICertificateOperationsReferência para o Microsoft.WindowsAzure.Management.Automation.ICertificateOperations.
automationAccount
Type: System.StringObrigató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