IManagementCertificateOperations.GetAsync Method
Asynchronously retrieves information about the management certificate with the specified thumbprint.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Usage
'Usage
Dim instance As IManagementCertificateOperations
Dim thumbprint As String
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ManagementCertificateGetResponse)
returnValue = instance.GetAsync(thumbprint, cancellationToken)
Syntax
'Declaration
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>
Parameters
- thumbprint
The thumbprint of the certificate.
- cancellationToken
The cancellation token.
Return Value
An ManagementCertificateGetResponse object that contains information about the certificate.
Remarks
For more information about retrieving information about a management certificate, see Get Management Certificate.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IManagementCertificateOperations Interface
IManagementCertificateOperations Members
Microsoft.WindowsAzure.Management Namespace