Método ManagementCertificateOperationsExtensions.Get (IManagementCertificateOperations, String)
Recupera 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 ManagementCertificateGetResponse Get(
this IManagementCertificateOperations operations,
string thumbprint
)
public:
[ExtensionAttribute]
static ManagementCertificateGetResponse^ Get(
IManagementCertificateOperations^ operations,
String^ thumbprint
)
static member Get :
operations:IManagementCertificateOperations *
thumbprint:string -> ManagementCertificateGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IManagementCertificateOperations,
thumbprint As String
) As ManagementCertificateGetResponse
Parâmetros
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsO IManagementCertificateOperations objeto que especifica as operações.
thumbprint
Type: System.StringA impressão digital do certificado.
Valor de retorno
Type: Microsoft.WindowsAzure.Management.Models.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