Uses of Enum
com.azure.resourcemanager.batch.models.CertificateStoreLocation
Packages that use CertificateStoreLocation
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CertificateStoreLocation in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CertificateStoreLocationModifier and TypeMethodDescriptionstatic CertificateStoreLocationCertificateStoreLocation.fromString(String value) Parses a serialized value to a CertificateStoreLocation instance.CertificateReference.storeLocation()Get the storeLocation property: The location of the certificate store on the compute node into which to install the certificate.static CertificateStoreLocationReturns the enum constant of this type with the specified name.static CertificateStoreLocation[]CertificateStoreLocation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.batch.models with parameters of type CertificateStoreLocationModifier and TypeMethodDescriptionCertificateReference.withStoreLocation(CertificateStoreLocation storeLocation) Set the storeLocation property: The location of the certificate store on the compute node into which to install the certificate.