Uses of Class
com.microsoft.azure.management.batch.CertificateCreateOrUpdateParameters
Packages that use CertificateCreateOrUpdateParameters
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of CertificateCreateOrUpdateParameters in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return CertificateCreateOrUpdateParametersModifier and TypeMethodDescriptionSet the maximum size is 10KB.CertificateCreateOrUpdateParameters.withFormat(CertificateFormat format) Set the format of the certificate - either Pfx or Cer.CertificateCreateOrUpdateParameters.withPassword(String password) Set this must not be specified if the certificate format is Cer.CertificateCreateOrUpdateParameters.withThumbprint(String thumbprint) Set this must match the thumbprint from the name.CertificateCreateOrUpdateParameters.withThumbprintAlgorithm(String thumbprintAlgorithm) Set this must match the first portion of the certificate name.