Package com.azure.compute.batch.models
Class BatchCertificateFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<BatchCertificateFormat>
com.azure.compute.batch.models.BatchCertificateFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class BatchCertificateFormat
extends com.azure.core.util.ExpandableStringEnum<BatchCertificateFormat>
BatchCertificateFormat enums.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BatchCertificateFormat
The Certificate is a base64-encoded X.509 Certificate.static final BatchCertificateFormat
The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BatchCertificateFormat
fromString
(String name) Creates or finds a BatchCertificateFormat from its string representation.static Collection
<BatchCertificateFormat> values()
Gets known BatchCertificateFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
PFX
The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain. -
CER
The Certificate is a base64-encoded X.509 Certificate.
-
-
Constructor Details
-
BatchCertificateFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of BatchCertificateFormat value.
-
-
Method Details
-
fromString
Creates or finds a BatchCertificateFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BatchCertificateFormat.
-
values
Gets known BatchCertificateFormat values.- Returns:
- known BatchCertificateFormat values.
-
fromString(String)
factory method.