CertificateBaseProperties Class
Base certificate properties.
- Inheritance
-
CertificateBaseProperties
Constructor
CertificateBaseProperties(*, thumbprint_algorithm: Optional[str] = None, thumbprint: Optional[str] = None, format: Optional[Union[str, azure.mgmt.batch.models._batch_management_client_enums.CertificateFormat]] = None, **kwargs)
Variables
- thumbprint_algorithm
- str
This must match the first portion of the certificate name. Currently required to be 'SHA1'.
- thumbprint
- str
This must match the thumbprint from the name.
- format
- str or CertificateFormat
The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: "Pfx", "Cer".
Feedback
Submit and view feedback for