Compartilhar via


CertificateOperations.ListCertificates Método

Definição

Cuidado

This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.

Aviso: essa operação foi preterida e será removida após fevereiro de 2024. Em vez disso, use a Extensão do Azure KeyVault . Enumera os certificados na conta do Lote.

[System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)]
public Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.Certificate> ListCertificates (Microsoft.Azure.Batch.DetailLevel detailLevel = default, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024. Please use the Azure KeyVault Extension instead.", false)>]
member this.ListCertificates : Microsoft.Azure.Batch.DetailLevel * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> Microsoft.Azure.Batch.IPagedEnumerable<Microsoft.Azure.Batch.Certificate>
Public Function ListCertificates (Optional detailLevel As DetailLevel = Nothing, Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing) As IPagedEnumerable(Of Certificate)

Parâmetros

detailLevel
DetailLevel

Um DetailLevel usado para filtrar a lista e para controlar quais propriedades são recuperadas do serviço.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Uma coleção de BatchClientBehavior instâncias que são aplicadas à solicitação de serviço do Lote após o CustomBehaviors e detailLevelo .

Retornos

Um IPagedEnumerable<T> que pode ser usado para enumerar certificados de forma assíncrona ou síncrona.

Atributos

Comentários

Esse método retorna imediatamente; os certificados são recuperados do serviço lote somente quando a coleção é enumerada. A recuperação não é atômica; Os certificados são recuperados em páginas durante a enumeração da coleção.

Aplica-se a