次の方法で共有


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

定義

Key Vaultに新しいキー バージョンを作成し、それを格納してから、新しい KeyVaultKeyを返します。

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

パラメーター

name
String

回転するキーの名前。 指定したキーに新しいバージョンが生成されます。

cancellationToken
CancellationToken

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

戻り値

回転の KeyVaultKey新しいバージョン。

例外

name には空の文字列が含まれています。

name が null です。

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

注釈

操作では、キー ポリシーに基づいてキーがローテーションされます。 キー/ローテーションアクセス許可が必要です。

適用対象