SpecializedBlobExtensions.UpdateClientSideKeyEncryptionKey メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
クライアント側で暗号化された BLOB のキー暗号化キー (KEK) をローテーションします。BLOB 全体を再アップロードする必要はありません。
public static void UpdateClientSideKeyEncryptionKey (this Azure.Storage.Blobs.BlobClient client, Azure.Storage.ClientSideEncryptionOptions encryptionOptionsOverride = default, Azure.Storage.Blobs.Models.BlobRequestConditions conditions = default, System.Threading.CancellationToken cancellationToken = default);
static member UpdateClientSideKeyEncryptionKey : Azure.Storage.Blobs.BlobClient * Azure.Storage.ClientSideEncryptionOptions * Azure.Storage.Blobs.Models.BlobRequestConditions * System.Threading.CancellationToken -> unit
<Extension()>
Public Sub UpdateClientSideKeyEncryptionKey (client As BlobClient, Optional encryptionOptionsOverride As ClientSideEncryptionOptions = Nothing, Optional conditions As BlobRequestConditions = Nothing, Optional cancellationToken As CancellationToken = Nothing)
パラメーター
- client
- BlobClient
BLOB へのクライアント。
- encryptionOptionsOverride
- ClientSideEncryptionOptions
キー暗号化キーを更新するときに使用するクライアント側暗号化オプションの省略可能なオーバーライド。 既定値は、 ClientSideEncryptionOptions これが設定されていない場合にクライアントで構成された です。 BLOB の新しいキー暗号化キーは KeyEncryptionKey 、操作に使用される暗号化オプションの になります。 オプションには、BLOB の古いキーを解決できるリゾルバーが必要です。
- conditions
- BlobRequestConditions
操作のオプションの要求条件。
- cancellationToken
- CancellationToken
操作のキャンセル トークン。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET