IUpdateWithImport Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Die Vorlage für einen Schlüsseltresorupdatevorgang mit einer neuen Schlüsselversion, die importiert werden soll.
public interface IUpdateWithImport : Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IUpdate, Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithHsm, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.IKey>
type IUpdateWithImport = interface
interface IUpdate
interface IAppliable<IKey>
interface IIndexable
interface IWithKey
interface IWithKeyOperations
interface IWithAttributes
interface IWithTags
interface IWithHsm
Public Interface IUpdateWithImport
Implements IAppliable(Of IKey), IUpdate, IWithHsm
- Implementiert
Eigenschaften
Key |
Die Vorlage für einen Schlüsseltresorupdatevorgang mit einer neuen Schlüsselversion, die importiert 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) |
WithHsm(Boolean) |
Gibt an, ob der Schlüssel in Hardwaresicherheitsmodulen gespeichert werden soll. (Geerbt von IWithHsm) |
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) |
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:
Azure SDK for .NET