Uses of Class
com.microsoft.azure.management.batch.CertificateStoreLocation
-
-
Uses of CertificateStoreLocation in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateStoreLocation Modifier and Type Method Description static CertificateStoreLocationCertificateStoreLocation. fromString(String value)Parses a serialized value to a CertificateStoreLocation instance.CertificateStoreLocationCertificateReference. storeLocation()Get the storeLocation value.static CertificateStoreLocationCertificateStoreLocation. valueOf(String name)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.Methods in com.microsoft.azure.management.batch with parameters of type CertificateStoreLocation Modifier and Type Method Description CertificateReferenceCertificateReference. withStoreLocation(CertificateStoreLocation storeLocation)Set the storeLocation value.
-