Bagikan melalui


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