Class BatchCertificateStoreLocation

java.lang.Object
com.azure.core.util.ExpandableStringEnum<BatchCertificateStoreLocation>
com.azure.compute.batch.models.BatchCertificateStoreLocation
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class BatchCertificateStoreLocation extends com.azure.core.util.ExpandableStringEnum<BatchCertificateStoreLocation>
BatchCertificateStoreLocation enums.
  • Field Details

    • CURRENT_USER

      public static final BatchCertificateStoreLocation CURRENT_USER
      Certificates should be installed to the CurrentUser Certificate store.
    • LOCAL_MACHINE

      public static final BatchCertificateStoreLocation LOCAL_MACHINE
      Certificates should be installed to the LocalMachine Certificate store.
  • Constructor Details

    • BatchCertificateStoreLocation

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

    • fromString

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

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