IUpdateWithCreate Schnittstelle

Definition

Die Vorlage für einen Schlüsseltresorupdatevorgang mit einer neuen Schlüsselversion, die erstellt werden soll.

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
Implementiert

Eigenschaften

Key

Die Vorlage für einen Schlüsseltresorupdatevorgang mit einer neuen Schlüsselversion, die erstellt werden soll.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<T>)
WithAttributes(Attributes)

Gibt die Attribute des Schlüssels an.

(Geerbt von IWithAttributes)
WithKeyOperations(IList<JsonWebKeyOperation>)

Gibt die Liste der zulässigen Schlüsselvorgänge an. Standardmäßig sind alle Vorgänge zulässig.

(Geerbt von IWithKeyOperations)
WithKeyOperations(JsonWebKeyOperation[])

Gibt die Liste der zulässigen Schlüsselvorgänge an. Standardmäßig sind alle Vorgänge zulässig.

(Geerbt von IWithKeyOperations)
WithKeySize(Int32)

Gibt die Größe des zu erstellenden Schlüssels an.

(Geerbt von IWithKeySize)
WithKeyTypeToCreate(JsonWebKeyType)

Gibt einen Schlüsseltyp an, um eine neue Schlüsselversion zu erstellen.

(Geerbt von IWithKey)
WithLocalKeyToImport(JsonWebKey)

Gibt einen vorhandenen Schlüssel an, der als neue Version importiert werden soll.

(Geerbt von IWithKey)
WithTags(IDictionary<String,String>)

Gibt die Tags für den Schlüssel an.

(Geerbt von IWithTags)

Gilt für: