你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
CertificateClient.GetCertificateVersionAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 特定版本的 KeyVaultCertificate。 此操作需要证书/获取权限。
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>> GetCertificateVersionAsync (string certificateName, string version, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCertificateVersionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>>
override this.GetCertificateVersionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Certificates.KeyVaultCertificate>>
Public Overridable Function GetCertificateVersionAsync (certificateName As String, version As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KeyVaultCertificate))
参数
- certificateName
- String
要检索的 KeyVaultCertificate 的名称。
- version
- String
要检索的 的版本 KeyVaultCertificate 。
- cancellationToken
- CancellationToken
控制 CancellationToken 请求生存期的 。
返回
请求的 KeyVaultCertificate。
例外
certificateName
为空。
certificateName
为 null。