Uses of Class
com.azure.security.keyvault.certificates.models.MergeCertificateOptions
Packages that use MergeCertificateOptions
Package
Description
Package containing classes for creating
CertificateAsyncClient and
CertificateClient to perform operations on Azure Key Vault.This package contains model classes for Azure Key Vault Certificates
-
Uses of MergeCertificateOptions in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates with parameters of type MergeCertificateOptionsModifier and TypeMethodDescriptionCertificateAsyncClient.mergeCertificate(MergeCertificateOptions mergeCertificateOptions) Merges a certificate or a certificate chain with a key pair currently available in the service.CertificateClient.mergeCertificate(MergeCertificateOptions mergeCertificateOptions) Merges a certificate or a certificate chain with a key pair currently available in the service.Mono<com.azure.core.http.rest.Response<KeyVaultCertificateWithPolicy>>CertificateAsyncClient.mergeCertificateWithResponse(MergeCertificateOptions mergeCertificateOptions) Merges a certificate or a certificate chain with a key pair currently available in the service.com.azure.core.http.rest.Response<KeyVaultCertificateWithPolicy>CertificateClient.mergeCertificateWithResponse(MergeCertificateOptions mergeCertificateOptions, com.azure.core.util.Context context) Merges a certificate or a certificate chain with a key pair currently available in the service. -
Uses of MergeCertificateOptions in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return MergeCertificateOptionsModifier and TypeMethodDescriptionMergeCertificateOptions.setEnabled(Boolean enabled) Set the enabled status.Set the tags to be associated with the secret.