Uses of Class
com.azure.compute.batch.models.BatchCertificateStoreLocation
Packages that use BatchCertificateStoreLocation
-
Uses of BatchCertificateStoreLocation in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchCertificateStoreLocationModifier and TypeFieldDescriptionstatic final BatchCertificateStoreLocationBatchCertificateStoreLocation.CURRENT_USERCertificates should be installed to the CurrentUser Certificate store.static final BatchCertificateStoreLocationBatchCertificateStoreLocation.LOCAL_MACHINECertificates should be installed to the LocalMachine Certificate store.Methods in com.azure.compute.batch.models that return BatchCertificateStoreLocationModifier and TypeMethodDescriptionBatchCertificateStoreLocation.fromString(String name) Creates or finds a BatchCertificateStoreLocation from its string representation.BatchCertificateReference.getStoreLocation()Get the storeLocation property: The location of the Certificate store on the Compute Node into which to install the Certificate.Methods in com.azure.compute.batch.models that return types with arguments of type BatchCertificateStoreLocationModifier and TypeMethodDescriptionBatchCertificateStoreLocation.values()Gets known BatchCertificateStoreLocation values.Methods in com.azure.compute.batch.models with parameters of type BatchCertificateStoreLocationModifier and TypeMethodDescriptionBatchCertificateReference.setStoreLocation(BatchCertificateStoreLocation storeLocation) Set the storeLocation property: The location of the Certificate store on the Compute Node into which to install the Certificate.