KeyClient.UpdateKeyProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
更新キー操作は、格納されているキーの指定された属性を変更し、Azure Key Vaultに格納されている任意のキーの種類とキー バージョンに適用できます。
public virtual Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey> UpdateKeyProperties (Azure.Security.KeyVault.Keys.KeyProperties properties, System.Collections.Generic.IEnumerable<Azure.Security.KeyVault.Keys.KeyOperation> keyOperations = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateKeyProperties : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>
override this.UpdateKeyProperties : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>
Public Overridable Function UpdateKeyProperties (properties As KeyProperties, Optional keyOperations As IEnumerable(Of KeyOperation) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Response(Of KeyVaultKey)
パラメーター
- properties
- KeyProperties
KeyProperties更新されたプロパティを持つ オブジェクト。
- keyOperations
- IEnumerable<KeyOperation>
サポートされている KeyOperationの省略可能な一覧。 null の場合、既存のキー操作に対する変更は行われません。
- cancellationToken
- CancellationToken
CancellationToken要求の有効期間を制御する 。
戻り値
例外
properties
が null です。
サーバーからエラーが返されました。 サーバーから返される詳細については、「」を参照してください Message 。
注釈
この操作を実行するには、キーが Key Vault に既に存在している必要があります。 注: キー自体の暗号化マテリアルは変更できません。 この操作には、キー/更新アクセス許可が必要です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET