Uses of Class
com.azure.security.keyvault.certificates.models.CertificateProperties
Packages that use CertificateProperties
Package
Description
Package containing the data models for Certificates clients.
-
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 key vault.com.azure.core.http.rest.PagedFlux<CertificateProperties> CertificateAsyncClient.listPropertiesOfCertificates(boolean includePending) List certificates in the key vault.com.azure.core.http.rest.PagedIterable<CertificateProperties> CertificateClient.listPropertiesOfCertificates()List certificates in the key vault.com.azure.core.http.rest.PagedIterable<CertificateProperties> CertificateClient.listPropertiesOfCertificates(boolean includePending, com.azure.core.util.Context context) List certificates in 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
Classes in com.azure.security.keyvault.certificates.models that implement interfaces with type arguments of type CertificatePropertiesModifier and TypeClassDescriptionclassRepresents base properties of a certificate.Methods in com.azure.security.keyvault.certificates.models that return CertificatePropertiesModifier and TypeMethodDescriptionstatic CertificatePropertiesCertificateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aCertificateProperties.KeyVaultCertificate.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