Uses of Class
com.azure.resourcemanager.batch.models.CertificateCreateOrUpdateParameters
Packages that use CertificateCreateOrUpdateParameters
Package
Description
Package containing the service clients for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.batch.fluent
Methods in com.azure.resourcemanager.batch.fluent with parameters of type CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionCertificatesClient.create(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Creates a new certificate inside the specified account.CertificatesClient.createWithResponse(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters, String ifMatch, String ifNoneMatch, com.azure.core.util.Context context) Creates a new certificate inside the specified account.CertificatesClient.update(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters) Updates the properties of an existing certificate.CertificatesClient.updateWithResponse(String resourceGroupName, String accountName, String certificateName, CertificateCreateOrUpdateParameters parameters, String ifMatch, com.azure.core.util.Context context) Updates the properties of an existing certificate. -
Uses of CertificateCreateOrUpdateParameters in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionSet the data property: The base64-encoded contents of the certificate.CertificateCreateOrUpdateParameters.withFormat(CertificateFormat format) Set the format property: The format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.withPassword(String password) Set the password property: The password to access the certificate's private key.CertificateCreateOrUpdateParameters.withThumbprint(String thumbprint) Set the thumbprint property: The thumbprint of the certificate.CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(String thumbprintAlgorithm) Set the thumbprintAlgorithm property: The algorithm of the certificate thumbprint.