ManagementCertificateOperationsExtensions.List 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 Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse List (this Microsoft.WindowsAzure.Management.IManagementCertificateOperations operations);
static member List : Microsoft.WindowsAzure.Management.IManagementCertificateOperations -> Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse
<Extension()>
Public Function List (operations As IManagementCertificateOperations) As ManagementCertificateListResponse
Parameters
- operations
- IManagementCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.IManagementCertificateOperations.
Returns
The List Management Certificates operation response.