ManagementCertificateOperationsExtensions.GetAsync Method (IManagementCertificateOperations, String)
Asynchronously retrieves information about the management certificate with the specified thumbprint.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Syntax
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)
Parameters
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsThe IManagementCertificateOperations object that specifies the operations.
thumbprint
Type: System.StringThe thumbprint of the certificate.
Return Value
Type: System.Threading.Tasks.Task<ManagementCertificateGetResponse>
An ManagementCertificateGetResponse object that contains information about the certificate.
Remarks
For more information about retrieving information about a management certificate, see Get Management Certificate.
See Also
ManagementCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace
Return to top