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

ListCertificateOptions Class

Definition

public class ListCertificateOptions : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type ListCertificateOptions = class
    inherit BatchClientParametersBase
Public Class ListCertificateOptions
Inherits BatchClientParametersBase
Inheritance
ListCertificateOptions

Constructors

ListCertificateOptions(BatchAccountContext, IEnumerable<BatchClientBehavior>)

Properties

AdditionalBehaviors

Additional client behaviors to perform

(Inherited from BatchClientParametersBase)
Context

The account details

(Inherited from BatchClientParametersBase)
Filter

The OData filter to use when querying for certificates.

MaxCount

The maximum number of certificates to return.

Select

The OData select clause to use.

Thumbprint

If specified, the single certificate with this thumbprint will be returned.

ThumbprintAlgorithm

The algorithm used to derive the Thumbprint parameter. This must be sha1.

Applies to