Freigeben über


CertificateOperationsExtensions.ListByBatchAccountNextAsync Methode

Definition

Achtung

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

Listet alle Zertifikate im angegebenen Konto auf.

[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))

Parameter

operations
ICertificateOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

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: