CertificateClient.UpdateCertificatePropertiesAsync 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 System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>> UpdateCertificatePropertiesAsync(Azure.Security.KeyVault.Certificates.CertificateProperties properties, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateCertificatePropertiesAsync : Azure.Security.KeyVault.Certificates.CertificateProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>>
override this.UpdateCertificatePropertiesAsync : Azure.Security.KeyVault.Certificates.CertificateProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>>
Public Overridable Function UpdateCertificatePropertiesAsync (properties As CertificateProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET