Uses of Class
com.azure.resourcemanager.batch.fluent.models.CertificateCreateOrUpdateProperties
Packages that use CertificateCreateOrUpdateProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
-
Uses of CertificateCreateOrUpdateProperties in com.azure.resourcemanager.batch.fluent.models
Methods in com.azure.resourcemanager.batch.fluent.models that return CertificateCreateOrUpdatePropertiesModifier and TypeMethodDescriptionSet the data property: The base64-encoded contents of the certificate.CertificateCreateOrUpdateProperties.withFormat(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateProperties.withPassword(String password) Set the password property: The password to access the certificate's private key.CertificateCreateOrUpdateProperties.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of the certificate.CertificateCreateOrUpdateProperties.withThumbprintAlgorithm(String thumbprintAlgorithm) Set the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.