Uses of Enum Class
com.microsoft.azure.management.batch.CertificateFormat
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateFormat in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionCertificateBaseProperties.format()
Get the format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.format()
Get the format of the certificate - either Pfx or Cer.static CertificateFormat
CertificateFormat.fromString
(String value) Parses a serialized value to a CertificateFormat instance.static CertificateFormat
Returns the enum constant of this class with the specified name.static CertificateFormat[]
CertificateFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCertificateBaseProperties.withFormat
(CertificateFormat format) Set the format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.withFormat
(CertificateFormat format) Set the format of the certificate - either Pfx or Cer.