Compartir a través de


CertificateOperations.ListCertificates Método

Definición

Precaución

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

Advertencia: esta operación está en desuso y se quitará después de febrero de 2024. Use la extensión Azure KeyVault en su lugar. Enumera los certificados de la cuenta de Batch.

[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

que DetailLevel se usa para filtrar la lista y para controlar qué propiedades se recuperan del servicio.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Colección de instancias que se aplican a la solicitud de servicio de Batch después de BatchClientBehaviorCustomBehaviors y detailLevel.

Devoluciones

que IPagedEnumerable<T> se puede usar para enumerar los certificados de forma asincrónica o sincrónica.

Atributos

Comentarios

Este método devuelve inmediatamente; Los certificados se recuperan del servicio Batch solo cuando se enumera la colección. La recuperación no es atómica; los certificados se recuperan en páginas durante la enumeración de la colección.

Se aplica a