IUpdate Interface

Definition

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

public interface IUpdate : Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IWithAccessPolicy, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IWithConfigurations, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>
type IUpdate = interface
    interface IUpdateWithTags<IUpdate>
    interface IAppliable<IVault>
    interface IIndexable
    interface IWithAccessPolicy
    interface IWithConfigurations
Public Interface IUpdate
Implements IAppliable(Of IVault), IUpdateWithTags(Of IUpdate), IWithAccessPolicy, IWithConfigurations
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>)
DefineAccessPolicy()

Begins the definition of a new access policy to be added to this key vault.

(Inherited from IWithAccessPolicy)
UpdateAccessPolicy(String)

Begins the update of an existing access policy attached to this key vault.

(Inherited from IWithAccessPolicy)
WithAccessPolicy(IAccessPolicy)

Attach an existing access policy.

(Inherited from IWithAccessPolicy)
WithDeploymentDisabled()

Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.

(Inherited from IWithConfigurations)
WithDeploymentEnabled()

Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.

(Inherited from IWithConfigurations)
WithDiskEncryptionDisabled()

Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.

(Inherited from IWithConfigurations)
WithDiskEncryptionEnabled()

Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.

(Inherited from IWithConfigurations)
WithoutAccessPolicy(String)

Remove an access policy from the access policy list.

(Inherited from IWithAccessPolicy)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSoftDeleteEnabled()

Enable soft delete for the key vault.

(Inherited from IWithConfigurations)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)
WithTemplateDeploymentDisabled()

Disable Azure Resource Manager to retrieve secrets from the key vault.

(Inherited from IWithConfigurations)
WithTemplateDeploymentEnabled()

Enable Azure Resource Manager to retrieve secrets from the key vault.

(Inherited from IWithConfigurations)

Applies to