IUpdate Interface

Definition

The template for a key update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithAttributes, Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithKey, Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithKeyOperations, Microsoft.Azure.Management.KeyVault.Fluent.Key.Update.IWithTags, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.IKey>
type IUpdate = interface
    interface IAppliable<IKey>
    interface IIndexable
    interface IWithKey
    interface IWithKeyOperations
    interface IWithAttributes
    interface IWithTags
Public Interface IUpdate
Implements IAppliable(Of IKey), IWithAttributes, IWithKey, IWithKeyOperations, IWithTags
Derived
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)
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