### YamlMime:JavaEnum uid: "com.microsoft.azure.management.batch.CertificateFormat" fullName: "com.microsoft.azure.management.batch.CertificateFormat" name: "CertificateFormat" nameWithType: "CertificateFormat" summary: "Defines values for CertificateFormat." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "valueOf(java.lang.Class,java.lang.String)?alt=java.lang.Enum.valueOf&text=valueOf\" data-throw-if-not-resolved=\"False\" />" - "" - "" - "" - "" - "" - "" - "" - "" - "" - classRef: "" methodsRef: - "" - "" - "" - "" - "" - "" syntax: "public enum **CertificateFormat**
extends <>" fields: - uid: "com.microsoft.azure.management.batch.CertificateFormat.CER" fullName: "com.microsoft.azure.management.batch.CertificateFormat.CER" name: "CER" nameWithType: "CertificateFormat.CER" summary: "The certificate is a base64-encoded X.509 certificate." desc: "The certificate is a base64-encoded X.509 certificate." - uid: "com.microsoft.azure.management.batch.CertificateFormat.PFX" fullName: "com.microsoft.azure.management.batch.CertificateFormat.PFX" name: "PFX" nameWithType: "CertificateFormat.PFX" summary: "The certificate is a PFX (PKCS\\#12) formatted certificate or certificate chain." desc: "The certificate is a PFX (PKCS\\#12) formatted certificate or certificate chain." methods: - uid: "com.microsoft.azure.management.batch.CertificateFormat.fromString(java.lang.String)" fullName: "com.microsoft.azure.management.batch.CertificateFormat.fromString(String value)" name: "fromString(String value)" nameWithType: "CertificateFormat.fromString(String value)" summary: "Parses a serialized value to a CertificateFormat instance." modifiers: - "static" parameters: - description: "the serialized value to parse." name: "value" type: "" syntax: "public static CertificateFormat fromString(String value)" desc: "Parses a serialized value to a CertificateFormat instance." returns: description: "the parsed CertificateFormat object, or null if unable to parse." type: "" - uid: "com.microsoft.azure.management.batch.CertificateFormat.toString()" fullName: "com.microsoft.azure.management.batch.CertificateFormat.toString()" name: "toString()" nameWithType: "CertificateFormat.toString()" overridden: "java.lang.Enum.toString()" syntax: "public String toString()" returns: type: "" - uid: "com.microsoft.azure.management.batch.CertificateFormat.valueOf(java.lang.String)" fullName: "com.microsoft.azure.management.batch.CertificateFormat.valueOf(String name)" name: "valueOf(String name)" nameWithType: "CertificateFormat.valueOf(String name)" modifiers: - "static" parameters: - name: "name" type: "" syntax: "public static CertificateFormat valueOf(String name)" returns: type: "" - uid: "com.microsoft.azure.management.batch.CertificateFormat.values()" fullName: "com.microsoft.azure.management.batch.CertificateFormat.values()" name: "values()" nameWithType: "CertificateFormat.values()" modifiers: - "static" syntax: "public static CertificateFormat[] values()" returns: type: "[]" desc: "Defines values for CertificateFormat." metadata: {} package: "com.microsoft.azure.management.batch" artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4