Class CertificateBaseProperties
java.lang.Object
com.microsoft.azure.management.batch.CertificateBaseProperties
Base certificate properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionformat()
Get the format of the certificate - either Pfx or Cer.Get this must match the thumbprint from the name.Get this must match the first portion of the certificate name.withFormat
(CertificateFormat format) Set the format of the certificate - either Pfx or Cer.withThumbprint
(String thumbprint) Set this must match the thumbprint from the name.withThumbprintAlgorithm
(String thumbprintAlgorithm) Set this must match the first portion of the certificate name.
-
Constructor Details
-
CertificateBaseProperties
public CertificateBaseProperties()
-
-
Method Details
-
thumbprintAlgorithm
Get this must match the first portion of the certificate name. Currently required to be 'SHA1'.- Returns:
- the thumbprintAlgorithm value
-
withThumbprintAlgorithm
Set this must match the first portion of the certificate name. Currently required to be 'SHA1'.- Parameters:
thumbprintAlgorithm
- the thumbprintAlgorithm value to set- Returns:
- the CertificateBaseProperties object itself.
-
thumbprint
Get this must match the thumbprint from the name.- Returns:
- the thumbprint value
-
withThumbprint
Set this must match the thumbprint from the name.- Parameters:
thumbprint
- the thumbprint value to set- Returns:
- the CertificateBaseProperties object itself.
-
format
Get the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'.- Returns:
- the format value
-
withFormat
Set the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'.- Parameters:
format
- the format value to set- Returns:
- the CertificateBaseProperties object itself.
-