Share via


CertificateOperationsExtensions.ListNext Methode

Definition

Achtung

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

Listet alle Zertifikate auf, die dem angegebenen Konto hinzugefügt wurden.

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

Parameter

operations
ICertificateOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

certificateListNextOptions
CertificateListNextOptions

Zusätzliche Parameter für den Vorgang

Gibt zurück

Attribute

Hinweise

Warnung: Dieser Vorgang ist veraltet und wird nach Februar 2024 entfernt. Verwenden Sie stattdessen die [Azure KeyVault-Erweiterung](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) .

Gilt für: