你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.ListCertificates(ListCertificateOptions) Method

Definition

Caution

This operation is deprecated and will be removed after February, 2024.

Lists the certificates matching the specified filter options.

[System.Obsolete("This operation is deprecated and will be removed after February, 2024.")]
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSCertificate> ListCertificates (Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions options);
public System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Batch.Models.PSCertificate> ListCertificates (Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions options);
[<System.Obsolete("This operation is deprecated and will be removed after February, 2024.")>]
member this.ListCertificates : Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSCertificate>
member this.ListCertificates : Microsoft.Azure.Commands.Batch.Models.ListCertificateOptions -> seq<Microsoft.Azure.Commands.Batch.Models.PSCertificate>
Public Function ListCertificates (options As ListCertificateOptions) As IEnumerable(Of PSCertificate)

Parameters

options
ListCertificateOptions

The options to use when querying for certificates.

Returns

The certificates matching the specified filter options.

Attributes

Applies to