ManagementCertificateOperationsExtensions.ListAsync 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 List Management Certificates operation lists and returns basic information about all of the management certificates associated with the specified subscription. 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/jj154105.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse> ListAsync (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.IManagementCertificateOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse>
<Extension()>
Public Function ListAsync (operations As IManagementCertificateOperations) As Task(Of ManagementCertificateListResponse)
Parameters
- operations
- IManagementCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.IManagementCertificateOperations.
Returns
The List Management Certificates operation response.
Applies to
Azure SDK for .NET