CertificateFormat Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. batch. models. CertificateFormat
- com.
- java.
public enum CertificateFormat
extends Enum<CertificateFormat>
The format of the certificate - either Pfx or Cer. If omitted, the default is Pfx.
Fields
| CER |
Enum value Cer. |
| PFX |
Enum value Pfx. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static CertificateFormat fromString(String value)
Parses a serialized value to a CertificateFormat instance.
Parameters
- value
- String