Compartilhar via


Método ManagementCertificateOperationsExtensions.GetAsync (IManagementCertificateOperations, String)

 

A recuperação assíncrona de informações sobre o certificado de gerenciamento com a impressão digital especificada.

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

Sintaxe

public static Task<ManagementCertificateGetResponse> GetAsync(
    this IManagementCertificateOperations operations,
    string thumbprint
)
public:
[ExtensionAttribute]
static Task<ManagementCertificateGetResponse^>^ GetAsync(
    IManagementCertificateOperations^ operations,
    String^ thumbprint
)
static member GetAsync : 
        operations:IManagementCertificateOperations *
        thumbprint:string -> Task<ManagementCertificateGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As IManagementCertificateOperations,
    thumbprint As String
) As Task(Of ManagementCertificateGetResponse)

Parâmetros

  • thumbprint
    Type: System.String

    A impressão digital do certificado.

Valor de retorno

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

Uma ManagementCertificateGetResponse objeto que contém informações sobre o certificado.

Comentários

Para obter mais informações sobre como recuperar informações sobre um certificado de gerenciamento, consulte Get Management Certificate.

Consulte também

Classe ManagementCertificateOperationsExtensions
Namespace Microsoft.WindowsAzure.Management

Retornar ao topo