CertificateOperationsExtensions.ListByBatchAccountNextAsync 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 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))
Parâmetros
- operations
- ICertificateOperations
O grupo de operações para este método de extensão.
- nextPageLink
- String
A NextLink da chamada com êxito anterior para a operação Lista.
- cancellationToken
- CancellationToken
O token de cancelamento.
Devoluções
- Atributos
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