你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateClient.SetContacts 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置密钥保管库的证书 CertificateContact,替换任何现有联系人。 此操作需要 certificates/managecontacts 权限。
public virtual Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>> SetContacts (System.Collections.Generic.IEnumerable<Azure.Security.KeyVault.Certificates.CertificateContact> contacts, System.Threading.CancellationToken cancellationToken = default);
abstract member SetContacts : seq<Azure.Security.KeyVault.Certificates.CertificateContact> * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>
override this.SetContacts : seq<Azure.Security.KeyVault.Certificates.CertificateContact> * System.Threading.CancellationToken -> Azure.Response<System.Collections.Generic.IList<Azure.Security.KeyVault.Certificates.CertificateContact>>
Public Overridable Function SetContacts (contacts As IEnumerable(Of CertificateContact), Optional cancellationToken As CancellationToken = Nothing) As Response(Of IList(Of CertificateContact))
参数
- contacts
- IEnumerable<CertificateContact>
证书联系保管库。
- cancellationToken
- CancellationToken
控制 CancellationToken 请求生存期的 。
返回
保管库的更新的证书联系人。
例外
contacts
为 null。