Uses of Enum Class
com.microsoft.azure.management.batch.CertificateStoreLocation
Packages that use CertificateStoreLocation
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateStoreLocation in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateStoreLocationModifier and TypeMethodDescriptionstatic CertificateStoreLocationCertificateStoreLocation.fromString(String value) Parses a serialized value to a CertificateStoreLocation instance.CertificateReference.storeLocation()Get the default value is currentUser.static CertificateStoreLocationReturns 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.Methods in com.microsoft.azure.management.batch with parameters of type CertificateStoreLocationModifier and TypeMethodDescriptionCertificateReference.withStoreLocation(CertificateStoreLocation storeLocation) Set the default value is currentUser.