Share via


IManagementCertificateOperations.ListAsync Method (CancellationToken)

 

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

Task<ManagementCertificateListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<ManagementCertificateListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) 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

IManagementCertificateOperations Interface
Microsoft.WindowsAzure.Management Namespace

Return to top