Uses of Class
com.azure.security.keyvault.certificates.models.CertificateProperties
Packages that use CertificateProperties
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 CertificateProperties in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return types with arguments of type CertificatePropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<CertificateProperties>CertificateAsyncClient.listPropertiesOfCertificates()List certificates in a the key vault.com.azure.core.http.rest.PagedFlux<CertificateProperties>CertificateAsyncClient.listPropertiesOfCertificates(boolean includePending) List certificates in a the key vault.com.azure.core.http.rest.PagedIterable<CertificateProperties>CertificateClient.listPropertiesOfCertificates()List certificates in a the key vault.com.azure.core.http.rest.PagedIterable<CertificateProperties>CertificateClient.listPropertiesOfCertificates(boolean includePending, com.azure.core.util.Context context) List certificates in a the key vault.com.azure.core.http.rest.PagedFlux<CertificateProperties>CertificateAsyncClient.listPropertiesOfCertificateVersions(String certificateName) List all versions of the specified certificate.com.azure.core.http.rest.PagedIterable<CertificateProperties>CertificateClient.listPropertiesOfCertificateVersions(String certificateName) List all versions of the specified certificate.com.azure.core.http.rest.PagedIterable<CertificateProperties>CertificateClient.listPropertiesOfCertificateVersions(String certificateName, com.azure.core.util.Context context) List all versions of the specified certificate.Methods in com.azure.security.keyvault.certificates with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionCertificateAsyncClient.updateCertificateProperties(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.CertificateClient.updateCertificateProperties(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.Mono<com.azure.core.http.rest.Response<KeyVaultCertificate>>CertificateAsyncClient.updateCertificatePropertiesWithResponse(CertificateProperties properties) Updates the specified attributes associated with the specified certificate.com.azure.core.http.rest.Response<KeyVaultCertificate>CertificateClient.updateCertificatePropertiesWithResponse(CertificateProperties properties, com.azure.core.util.Context context) Updates the specified attributes associated with the specified certificate. -
Uses of CertificateProperties in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return CertificatePropertiesModifier and TypeMethodDescriptionKeyVaultCertificate.getProperties()Get the certificate properties.CertificateProperties.setEnabled(Boolean enabled) Set the enabled status.Set the tags to be associated with the certificate.Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificatePropertiesModifier and TypeMethodDescriptionKeyVaultCertificate.setProperties(CertificateProperties properties) Set the certificate propertiesKeyVaultCertificateWithPolicy.setProperties(CertificateProperties properties) Set the certificate properties