次の方法で共有


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

定義

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

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

パラメーター

name
String

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

cancellationToken
CancellationToken

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

戻り値

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

例外

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

name が null です。

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

注釈

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

適用対象