Package com.azure.compute.batch.models
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final BatchCertificateStoreLocation
Certificates should be installed to the CurrentUser Certificate store.static final BatchCertificateStoreLocation
Certificates should be installed to the LocalMachine Certificate store. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString
(String name) Creates or finds a BatchCertificateStoreLocation from its string representation.values()
Gets known BatchCertificateStoreLocation values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
CURRENT_USER
Certificates should be installed to the CurrentUser Certificate store. -
LOCAL_MACHINE
Certificates should be installed to the LocalMachine Certificate store.
-
-
Constructor Details
-
BatchCertificateStoreLocation
Deprecated.Use thefromString(String)
factory method.Creates a new instance of BatchCertificateStoreLocation value.
-
-
Method Details
-
fromString
Creates or finds a BatchCertificateStoreLocation from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding BatchCertificateStoreLocation.
-
values
Gets known BatchCertificateStoreLocation values.- Returns:
- known BatchCertificateStoreLocation values.
-
fromString(String)
factory method.