CertificateOperationsExtensions.ListByBatchAccountNext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate> ListByBatchAccountNext (this Microsoft.Azure.Management.Batch.ICertificateOperations operations, string nextPageLink);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member ListByBatchAccountNext : Microsoft.Azure.Management.Batch.ICertificateOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Batch.Models.Certificate>
<Extension()>
Public Function ListByBatchAccountNext (operations As ICertificateOperations, nextPageLink As String) As 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.
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 à
Azure SDK for .NET