Compartir a través de


ICertificateOperations.ListWithHttpMessagesAsync 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>> ListWithHttpMessagesAsync (Microsoft.Azure.Batch.Protocol.Models.CertificateListOptions certificateListOptions = 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 ListWithHttpMessagesAsync : Microsoft.Azure.Batch.Protocol.Models.CertificateListOptions * 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 ListWithHttpMessagesAsync (Optional certificateListOptions As CertificateListOptions = 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

certificateListOptions
CertificateListOptions

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