Compartir a través de


CertificateOperationsExtensions.ListNext Método

Definición

Precaución

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

Enumera todos los certificados que se han agregado a la cuenta especificada.

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

Parámetros

operations
ICertificateOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

certificateListNextOptions
CertificateListNextOptions

Parámetros adicionales para la operación

Devoluciones

Atributos

Comentarios

Advertencia: esta operación está en desuso y se quitará después de febrero de 2024. Use [Extensión de Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) en su lugar.

Se aplica a