Uses of Class
com.azure.security.keyvault.certificates.models.CertificateProperties
-
Packages that use CertificateProperties Package Description com.azure.security.keyvault.certificates Package containing classes for creatingCertificateAsyncClientandCertificateClientto perform operations on Azure Key Vault.com.azure.security.keyvault.certificates.models 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 CertificateProperties Modifier and Type Method Description com.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 CertificateProperties Modifier and Type Method Description Mono<KeyVaultCertificate>CertificateAsyncClient. updateCertificateProperties(CertificateProperties properties)Updates the specified attributes associated with the specified certificate.KeyVaultCertificateCertificateClient. 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 CertificateProperties Modifier and Type Method Description CertificatePropertiesKeyVaultCertificate. getProperties()Get the certificate properties.CertificatePropertiesCertificateProperties. setEnabled(Boolean enabled)Set the enabled status.CertificatePropertiesCertificateProperties. setTags(Map<String,String> tags)Set the tags to be associated with the certificate.Methods in com.azure.security.keyvault.certificates.models with parameters of type CertificateProperties Modifier and Type Method Description KeyVaultCertificateKeyVaultCertificate. setProperties(CertificateProperties properties)Set the certificate propertiesKeyVaultCertificateWithPolicyKeyVaultCertificateWithPolicy. setProperties(CertificateProperties properties)Set the certificate properties
-