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 Details

    • PFX

      public static final BatchCertificateFormat PFX
      The Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain.
    • CER

      public static final BatchCertificateFormat CER
      The Certificate is a base64-encoded X.509 Certificate.
  • Constructor Details

    • BatchCertificateFormat

      @Deprecated public BatchCertificateFormat()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of BatchCertificateFormat value.
  • Method Details

    • fromString

      public static BatchCertificateFormat fromString(String name)
      Creates or finds a BatchCertificateFormat from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding BatchCertificateFormat.
    • values

      public static Collection<BatchCertificateFormat> values()
      Gets known BatchCertificateFormat values.
      Returns:
      known BatchCertificateFormat values.