Partager via


CertificateOperationsExtensions.ListByBatchAccountNextAsync Méthode

Définition

Attention

This operation is deprecated. Please do not use it any longer.

Répertorie tous les certificats dans le compte spécifié.

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>> ListByBatchAccountNextAsync (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListByBatchAccountNextAsync : Microsoft.Azure.Management.Batch.ICertificateOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>>
<Extension()>
Public Function ListByBatchAccountNextAsync (operations As ICertificateOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of Certificate))

Paramètres

operations
ICertificateOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Attributs

Remarques

Avertissement : cette opération est déconseillée et sera supprimée après février 2024. Utilisez l'[Extension Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) à la place.

S’applique à