ManagementCertificateOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get Management Certificate operation retrieves information about the management certificate with the specified thumbprint. Management certificates, which are also known as subscription certificates, authenticate clients attempting to connect to resources associated with your Azure subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj154131.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations, string thumbprint);
static member GetAsync : Microsoft.WindowsAzure.Management.IManagementCertificateOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateGetResponse>
<Extension()>
Public Function GetAsync (operations As IManagementCertificateOperations, thumbprint As String) As Task(Of ManagementCertificateGetResponse)
Parameters
- operations
- IManagementCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.IManagementCertificateOperations.
- thumbprint
- String
Required. The thumbprint value of the certificate to retrieve information about.
Returns
The Get Management Certificate operation response.
Applies to
Azure SDK for .NET