CertificateClient.SetContactsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit les certificats CertificateContactdu coffre de clés, en remplaçant tous les contacts existants. Cette opération nécessite l’autorisation certificates/managecontacts.
public virtual System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>> SetContactsAsync (System.Collections.Generic.IEnumerable<Azure.Security.KeyVault.Certificates.CertificateContact> contacts, System.Threading.CancellationToken cancellationToken = default);
abstract member SetContactsAsync : seq<Azure.Security.KeyVault.Certificates.CertificateContact> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>>
override this.SetContactsAsync : seq<Azure.Security.KeyVault.Certificates.CertificateContact> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>>
Public Overridable Function SetContactsAsync (contacts As IEnumerable(Of CertificateContact), Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IList(Of CertificateContact)))
Paramètres
- contacts
- IEnumerable<CertificateContact>
Contacts de certificat pour le coffre.
- cancellationToken
- CancellationToken
Contrôle CancellationToken de la durée de vie de la requête.
Retours
Contacts de certificat mis à jour du coffre.
Exceptions
contacts
a la valeur null.
S’applique à
Azure SDK for .NET