Uses of Class
com.azure.security.keyvault.certificates.models.CertificateContact
Packages that use CertificateContact
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 CertificateContact in com.azure.security.keyvault.certificates
Methods in com.azure.security.keyvault.certificates that return types with arguments of type CertificateContactModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.deleteContacts()Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.deleteContacts()Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.deleteContacts(com.azure.core.util.Context context) Deletes the certificate contacts in the key vault.com.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.listContacts()Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.listContacts()Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.listContacts(com.azure.core.util.Context context) Lists the certificate contacts in the key vault.com.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts, com.azure.core.util.Context context) Sets the certificate contacts on the key vault.Method parameters in com.azure.security.keyvault.certificates with type arguments of type CertificateContactModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<CertificateContact>CertificateAsyncClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts) Sets the certificate contacts on the key vault.com.azure.core.http.rest.PagedIterable<CertificateContact>CertificateClient.setContacts(List<CertificateContact> contacts, com.azure.core.util.Context context) Sets the certificate contacts on the key vault. -
Uses of CertificateContact in com.azure.security.keyvault.certificates.models
Methods in com.azure.security.keyvault.certificates.models that return CertificateContactModifier and TypeMethodDescriptionSet the email of the contact.Set the name of the contact.Set the phone of the contact.