Compartir a través de


ICertificateOperations.ListNextWithHttpMessagesAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate>,Microsoft.Azure.Batch.Protocol.Models.CertificateListHeaders>> ListNextWithHttpMessagesAsync (string nextPageLink, Microsoft.Azure.Batch.Protocol.Models.CertificateListNextOptions certificateListNextOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
abstract member ListNextWithHttpMessagesAsync : string * Microsoft.Azure.Batch.Protocol.Models.CertificateListNextOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Batch.Protocol.Models.Certificate>, Microsoft.Azure.Batch.Protocol.Models.CertificateListHeaders>>
Public Function ListNextWithHttpMessagesAsync (nextPageLink As String, Optional certificateListNextOptions As CertificateListNextOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Certificate), CertificateListHeaders))

Parámetros

nextPageLink
String

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

certificateListNextOptions
CertificateListNextOptions

Parámetros adicionales para la operación

customHeaders
Dictionary<String,List<String>>

Encabezados que se agregarán a la solicitud.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Atributos

Excepciones

Se produce cuando la operación devolvió un código de estado no válido

Se produce cuando no se puede deserializar la respuesta

Se produce cuando un parámetro obligatorio es NULL

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