Uses of Enum
com.azure.resourcemanager.batch.models.CertificateStoreLocation
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of CertificateStoreLocation in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionstatic CertificateStoreLocation
CertificateStoreLocation.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 CertificateStoreLocation
Returns 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.Modifier 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.