ManagementCertificateOperationsExtensions.List Method (IManagementCertificateOperations)

 

Lists information about all of the management certificates associated with the specified subscription.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public static ManagementCertificateListResponse List(
    this IManagementCertificateOperations operations
)
public:
[ExtensionAttribute]
static ManagementCertificateListResponse^ List(
    IManagementCertificateOperations^ operations
)
static member List : 
        operations:IManagementCertificateOperations -> ManagementCertificateListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IManagementCertificateOperations
) As ManagementCertificateListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Models.ManagementCertificateListResponse

An ManagementCertificateListResponse object that contains a list of management certificates that are associated with a subscription.

Remarks

For more information about listing management certificates, see List Management Certificates.

See Also

ManagementCertificateOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top