IUpdateWithCreate 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 created.
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
- 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) |
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) |
WithKeySize(Int32) |
Specifies the size of the key to create. (Inherited from IWithKeySize) |
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