ICertificateOperations.ListByBatchAccountNextWithHttpMessagesAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Atenção
This operation is deprecated. Please do not use it any longer.
Lista todos os certificados na conta 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.Management.Batch.Models.Certificate>>> ListByBatchAccountNextWithHttpMessagesAsync (string nextPageLink, 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 ListByBatchAccountNextWithHttpMessagesAsync : string * 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.Management.Batch.Models.Certificate>>>
Public Function ListByBatchAccountNextWithHttpMessagesAsync (nextPageLink As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of IPage(Of Certificate)))
Parâmetros
- nextPageLink
- String
A NextLink da chamada com êxito anterior para a operação Lista.
- customHeaders
- Dictionary<String,List<String>>
Os cabeçalhos que serão adicionados ao pedido.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
- Atributos
Exceções
Emitido quando a operação devolveu um código de estado inválido
Lançada quando não é possível anular a serialização da resposta
Emitido quando um parâmetro necessário é nulo
Observações
Aviso: esta operação foi preterida e será removida após fevereiro de 2024. Utilize a [Extensão Azure KeyVault](https://learn.microsoft.com/azure/batch/batch-certificate-migration-guide) em vez disso.
Aplica-se a
Azure SDK for .NET