次の方法で共有


KeyClient.GetPropertiesOfKeyVersions(String, CancellationToken) メソッド

定義

指定したキーのすべての有効バージョンと無効バージョンのプロパティを一覧表示します。 に対する後続の呼び出しで、返された NameVersionGetKey(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)

パラメーター

name
String

キーの名前です。

cancellationToken
CancellationToken

CancellationToken要求の有効期間を制御する 。

戻り値

例外

name が空の文字列です。

name が null です。

サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message

注釈

応答には完全なキー識別子、属性、タグが提供されます。 この操作には、キー/リストのアクセス許可が必要です。

適用対象