Uses of Class
com.azure.compute.batch.models.BatchCertificateFormat
Packages that use BatchCertificateFormat
-
Uses of BatchCertificateFormat in com.azure.compute.batch.models
Fields in com.azure.compute.batch.models declared as BatchCertificateFormatModifier and TypeFieldDescriptionstatic final BatchCertificateFormatBatchCertificateFormat.CERThe Certificate is a base64-encoded X.509 Certificate.static final BatchCertificateFormatBatchCertificateFormat.PFXThe Certificate is a PFX (PKCS#12) formatted Certificate or Certificate chain.Methods in com.azure.compute.batch.models that return BatchCertificateFormatModifier and TypeMethodDescriptionstatic BatchCertificateFormatBatchCertificateFormat.fromString(String name) Creates or finds a BatchCertificateFormat from its string representation.BatchCertificate.getCertificateFormat()Get the certificateFormat property: The format of the Certificate data.Methods in com.azure.compute.batch.models that return types with arguments of type BatchCertificateFormatModifier and TypeMethodDescriptionstatic Collection<BatchCertificateFormat> BatchCertificateFormat.values()Gets known BatchCertificateFormat values.Methods in com.azure.compute.batch.models with parameters of type BatchCertificateFormatModifier and TypeMethodDescriptionBatchCertificate.setCertificateFormat(BatchCertificateFormat certificateFormat) Set the certificateFormat property: The format of the Certificate data.