Uses of Class
com.microsoft.azure.management.batch.CertificateFormat
-
-
Uses of CertificateFormat in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateFormat Modifier and Type Method Description CertificateFormatCertificateBaseProperties. format()Get the format value.static CertificateFormatCertificateFormat. fromString(String value)Parses a serialized value to a CertificateFormat instance.static CertificateFormatCertificateFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static CertificateFormat[]CertificateFormat. 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 CertificateFormat Modifier and Type Method Description CertificateBasePropertiesCertificateBaseProperties. withFormat(CertificateFormat format)Set the format value.
-