ManagementCertificateOperationsExtensions.ListAsync Method (IManagementCertificateOperations)

 

Asynchronously 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 Task<ManagementCertificateListResponse> ListAsync(
    this IManagementCertificateOperations operations
)
public:
[ExtensionAttribute]
static Task<ManagementCertificateListResponse^>^ ListAsync(
    IManagementCertificateOperations^ operations
)
static member ListAsync : 
        operations:IManagementCertificateOperations -> Task<ManagementCertificateListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IManagementCertificateOperations
) As Task(Of ManagementCertificateListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<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