Compartilhar via


Método IManagementCertificateOperations.ListAsync

Asynchronously lists information about all of the management certificates associated with the specified subscription.

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

Uso

'Uso
Dim instance As IManagementCertificateOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ManagementCertificateListResponse)

returnValue = instance.ListAsync(cancellationToken)

Sintaxe

'Declaração
Function ListAsync ( _
    cancellationToken As CancellationToken _
) As Task(Of ManagementCertificateListResponse)
Task<ManagementCertificateListResponse> ListAsync (
    CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse^>^ ListAsync (
    CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse> ListAsync (
    CancellationToken cancellationToken
)
function ListAsync (
    cancellationToken : CancellationToken
) : Task<ManagementCertificateListResponse>

Parâmetros

  • cancellationToken
    The cancellation token.

Valor de retorno

An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.

Comentários

For more information about listing management certificates, see List Management Certificates.

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Interface IManagementCertificateOperations
Membros IManagementCertificateOperations
Namespace Microsoft.WindowsAzure.Management