ListCertificateOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class ListCertificateOptions : Microsoft.Azure.Commands.Batch.Models.BatchClientParametersBase
type ListCertificateOptions = class
inherit BatchClientParametersBase
Public Class ListCertificateOptions
Inherits BatchClientParametersBase
- Inheritance
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. |