Class MergeCertificateOptions
java.lang.Object
com.azure.security.keyvault.certificates.models.MergeCertificateOptions
Represents Merge Certificate Configuration to merge certificates in key vault.
-
Constructor Summary
ConstructorsConstructorDescriptionMergeCertificateOptions(String name, List<byte[]> x509Certificates) Creates a new MergeCertificationOptions instance. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the certificate name.getTags()Get the tags value.List<byte[]> Get the certificate or certificate chain to merge.Get the enabled status.setEnabled(Boolean enabled) Set the enabled status.Set the tags to be associated with the secret.
-
Constructor Details
-
MergeCertificateOptions
Creates a new MergeCertificationOptions instance.- Parameters:
name- The name of the certificate.x509Certificates- The certificate or the certificate chain to merge.
-
-
Method Details
-
setTags
Set the tags to be associated with the secret.- Parameters:
tags- The tags to set- Returns:
- the MergeCertificateOptions object itself.
-
getTags
Get the tags value.- Returns:
- the tags value
-
setEnabled
Set the enabled status.- Parameters:
enabled- The enabled status to set.- Returns:
- the MergeCertificateOptions object itself.
-
isEnabled
Get the enabled status.- Returns:
- the enabled status
-
getName
Get the certificate name.- Returns:
- the certificate name.
-
getX509Certificates
Get the certificate or certificate chain to merge.- Returns:
- the x509 certificates.
-