Class CertificateBaseProperties
java.lang.Object
com.microsoft.azure.management.batch.CertificateBaseProperties
Base certificate properties.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
CertificateBasePropertiespublic CertificateBaseProperties()
 
- 
- 
Method Details- 
thumbprintAlgorithmGet this must match the first portion of the certificate name. Currently required to be 'SHA1'.- Returns:
- the thumbprintAlgorithm value
 
- 
withThumbprintAlgorithmSet 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.
 
- 
thumbprintGet this must match the thumbprint from the name.- Returns:
- the thumbprint value
 
- 
withThumbprintSet this must match the thumbprint from the name.- Parameters:
- thumbprint- the thumbprint value to set
- Returns:
- the CertificateBaseProperties object itself.
 
- 
formatGet the format of the certificate - either Pfx or Cer. If omitted, the default is Pfx. Possible values include: 'Pfx', 'Cer'.- Returns:
- the format value
 
- 
withFormatSet 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.
 
 
-