IUpdateWithImport Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for a key vault update operation, with a new key version to be imported.
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
- Implements
Properties
Key | (Inherited from IIndexable) |
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithAttributes(Attributes) |
Specifies the attributes of the key. (Inherited from IWithAttributes) |
WithHsm(Boolean) |
Specifies whether to store the key in hardware security modules. (Inherited from IWithHsm) |
WithKeyOperations(IList<JsonWebKeyOperation>) |
Specifies the list of allowed key operations. By default all operations are allowed. (Inherited from IWithKeyOperations) |
WithKeyOperations(JsonWebKeyOperation[]) |
Specifies the list of allowed key operations. By default all operations are allowed. (Inherited from IWithKeyOperations) |
WithKeyTypeToCreate(JsonWebKeyType) |
Specifies a key type to create a new key version. (Inherited from IWithKey) |
WithLocalKeyToImport(JsonWebKey) |
Specifies an existing key to import as a new version. (Inherited from IWithKey) |
WithTags(IDictionary<String,String>) |
Specifies the tags on the key. (Inherited from IWithTags) |
Applies to
Azure SDK for .NET