Partilhar via


KeyClient.GetPropertiesOfKeyVersions(String, CancellationToken) Método

Definição

Lista as propriedades de todas as versões habilitadas e desabilitadas da chave especificada. Você pode usar o retornado Name e Version em chamadas subsequentes para GetKey(String, String, CancellationToken).

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

Parâmetros

name
String

O nome da chave.

cancellationToken
CancellationToken

Um CancellationToken que controla o tempo de vida da solicitação.

Retornos

Exceções

name é uma cadeia de caracteres vazia.

name é nulo.

O servidor retornou um erro. Consulte Message para obter detalhes retornados do servidor.

Comentários

O identificador de chave completo, os atributos e as marcas são fornecidos na resposta. Essa operação requer a permissão de chaves/lista.

Aplica-se a