ManagementCertificateOperationsExtensions.List Method

Definition

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.

Applies to