Share via


IManagementCertificateOperations.ListAsync Method

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)

Usage

'Usage
Dim instance As IManagementCertificateOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of ManagementCertificateListResponse)

returnValue = instance.ListAsync(cancellationToken)

Syntax

'Declaration
Function ListAsync ( _
    cancellationToken As CancellationToken _
) As Task(Of ManagementCertificateListResponse)
Task<ManagementCertificateListResponse> ListAsync (
    CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse^>^ ListAsync (
    CancellationToken cancellationToken
)
Task<ManagementCertificateListResponse> ListAsync (
    CancellationToken cancellationToken
)
function ListAsync (
    cancellationToken : CancellationToken
) : Task<ManagementCertificateListResponse>

Parameters

  • cancellationToken
    The cancellation token.

Return Value

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

IManagementCertificateOperations Interface
IManagementCertificateOperations Members
Microsoft.WindowsAzure.Management Namespace