你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SecretClient.GetPropertiesOfSecretVersions(String, CancellationToken) 方法

定义

列出指定机密的所有启用和禁用版本的属性。 可以在后续调用 GetSecret(String, String, CancellationToken)中使用返回的 NameVersion

public virtual Azure.Pageable<Azure.Security.KeyVault.Secrets.SecretProperties> GetPropertiesOfSecretVersions (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPropertiesOfSecretVersions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Secrets.SecretProperties>
override this.GetPropertiesOfSecretVersions : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.Security.KeyVault.Secrets.SecretProperties>
Public Overridable Function GetPropertiesOfSecretVersions (name As String, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SecretProperties)

参数

name
String

机密的名称。

cancellationToken
CancellationToken

控制 CancellationToken 请求生存期的 。

返回

例外

name 是一个空字符串。

name 为 null。

服务器返回了错误。 有关从服务器返回的详细信息,请参阅 Message

注解

响应中将提供完整的机密标识符和属性。 不会为机密返回任何值。 此操作需要机密/列表权限。

还可以列出托管机密。 它们包含存储在 密钥保管库 中的证书和私钥。

适用于