CertificateClient.UpdateCertificateProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the specified KeyVaultCertificate with the specified values for its mutable properties. This operation requires the certificates/update permission.
public virtual Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate> UpdateCertificateProperties (Azure.Security.KeyVault.Certificates.CertificateProperties properties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateCertificateProperties : Azure.Security.KeyVault.Certificates.CertificateProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>
override this.UpdateCertificateProperties : Azure.Security.KeyVault.Certificates.CertificateProperties * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>
Public Overridable Function UpdateCertificateProperties (properties As CertificateProperties, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KeyVaultCertificate)
Parameters
- properties
- CertificateProperties
The CertificateProperties object with updated properties.
- cancellationToken
- CancellationToken
A CancellationToken controlling the request lifetime.
Returns
The updated KeyVaultCertificate.
Exceptions
properties
is null.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET