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
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET