次の方法で共有


IUpdateWithCreate インターフェイス

定義

新しいキー バージョンを作成するキー コンテナーの更新操作のテンプレート。

public interface IUpdateWithCreate : Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate, Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithKeySize, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.IKey>
type IUpdateWithCreate = interface
    interface IUpdate
    interface IAppliable<IKey>
    interface IIndexable
    interface IWithKey
    interface IWithKeyOperations
    interface IWithAttributes
    interface IWithTags
    interface IWithKeySize
Public Interface IUpdateWithCreate
Implements IAppliable(Of IKey), IUpdate, IWithKeySize
実装

プロパティ

Key

新しいキー バージョンを作成するキー コンテナーの更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
WithAttributes(Attributes)

キーの属性を指定します。

(継承元 IWithAttributes)
WithKeyOperations(IList<JsonWebKeyOperation>)

許可されるキー操作の一覧を指定します。 既定では、すべての操作が許可されます。

(継承元 IWithKeyOperations)
WithKeyOperations(JsonWebKeyOperation[])

許可されるキー操作の一覧を指定します。 既定では、すべての操作が許可されます。

(継承元 IWithKeyOperations)
WithKeySize(Int32)

作成するキーのサイズを指定します。

(継承元 IWithKeySize)
WithKeyTypeToCreate(JsonWebKeyType)

新しいキー バージョンを作成するキーの種類を指定します。

(継承元 IWithKey)
WithLocalKeyToImport(JsonWebKey)

新しいバージョンとしてインポートする既存のキーを指定します。

(継承元 IWithKey)
WithTags(IDictionary<String,String>)

キーのタグを指定します。

(継承元 IWithTags)

適用対象