ICertificateOperations.ListAsync Method (CertificateListParameters, CancellationToken)

 

Lists all of the certificates that have been added to the specified account.

Namespace:   Microsoft.Azure.Batch.Protocol
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

Task<CertificateListResponse> ListAsync(
    CertificateListParameters parameters,
    CancellationToken cancellationToken
)
Task<CertificateListResponse^>^ ListAsync(
    CertificateListParameters^ parameters,
    CancellationToken cancellationToken
)
abstract ListAsync : 
        parameters:CertificateListParameters *
        cancellationToken:CancellationToken -> Task<CertificateListResponse>
Function ListAsync (
    parameters As CertificateListParameters,
    cancellationToken As CancellationToken
) As Task(Of CertificateListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<CertificateListResponse>

Response to a CertificateOperations.List request.

See Also

ICertificateOperations Interface
Microsoft.Azure.Batch.Protocol Namespace

Return to top