Uses of Enum Class
com.microsoft.azure.management.batch.CertificateStoreLocation
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateStoreLocation in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionstatic CertificateStoreLocation
CertificateStoreLocation.fromString
(String value) Parses a serialized value to a CertificateStoreLocation instance.CertificateReference.storeLocation()
Get the default value is currentUser.static CertificateStoreLocation
Returns the enum constant of this class with the specified name.static CertificateStoreLocation[]
CertificateStoreLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionCertificateReference.withStoreLocation
(CertificateStoreLocation storeLocation) Set the default value is currentUser.