次の方法で共有


KeyClient.UpdateKeyPropertiesAsync メソッド

定義

更新キー操作は、格納されているキーの指定された属性を変更し、Azure Key Vaultに格納されている任意のキーの種類とキー バージョンに適用できます。

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>> UpdateKeyPropertiesAsync (Azure.Security.KeyVault.Keys.KeyProperties properties, System.Collections.Generic.IEnumerable<Azure.Security.KeyVault.Keys.KeyOperation> keyOperations = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateKeyPropertiesAsync : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
override this.UpdateKeyPropertiesAsync : Azure.Security.KeyVault.Keys.KeyProperties * seq<Azure.Security.KeyVault.Keys.KeyOperation> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.Security.KeyVault.Keys.KeyVaultKey>>
Public Overridable Function UpdateKeyPropertiesAsync (properties As KeyProperties, Optional keyOperations As IEnumerable(Of KeyOperation) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of KeyVaultKey))

パラメーター

properties
KeyProperties

KeyProperties更新されたプロパティを持つ オブジェクト。

keyOperations
IEnumerable<KeyOperation>

サポートされている KeyOperationの省略可能な一覧。 null の場合、既存のキー操作に対する変更は行われません。

cancellationToken
CancellationToken

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

戻り値

例外

properties または keyOperations が null です。

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

注釈

この操作を実行するには、キーが Key Vault に既に存在している必要があります。 注: キー自体の暗号化マテリアルは変更できません。 この操作には、キー/更新アクセス許可が必要です。

適用対象