Compartilhar via


Método IManagementCertificateOperations.GetAsync

Asynchronously retrieves information about the management certificate with the specified thumbprint.

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

Uso

'Uso
Dim instance As IManagementCertificateOperations
Dim thumbprint As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ManagementCertificateGetResponse)

returnValue = instance.GetAsync(thumbprint, cancellationToken)

Sintaxe

'Declaração
Function GetAsync ( _
    thumbprint As String, _
    cancellationToken As CancellationToken _
) As Task(Of ManagementCertificateGetResponse)
Task<ManagementCertificateGetResponse> GetAsync (
    string thumbprint,
    CancellationToken cancellationToken
)
Task<ManagementCertificateGetResponse^>^ GetAsync (
    String^ thumbprint, 
    CancellationToken cancellationToken
)
Task<ManagementCertificateGetResponse> GetAsync (
    String thumbprint, 
    CancellationToken cancellationToken
)
function GetAsync (
    thumbprint : String, 
    cancellationToken : CancellationToken
) : Task<ManagementCertificateGetResponse>

Parâmetros

  • thumbprint
    The thumbprint of the certificate.
  • cancellationToken
    The cancellation token.

Valor de retorno

An ManagementCertificateGetResponse object that contains information about the certificate.

Comentários

For more information about retrieving information about a management certificate, see Get Management Certificate.

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