IVault 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.
An immutable client-side representation of an Azure Key Vault.
public interface IVault : Microsoft.Azure.Management.KeyVault.Fluent.IVaultBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.KeyVault.Fluent.IKeyVaultManager,Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.KeyVault.Fluent.Models.VaultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.KeyVault.Fluent.IKeyVaultManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Update.IUpdate>
type IVault = interface
interface IGroupableResource<IKeyVaultManager, VaultInner>
interface IResource
interface IIndexable
interface IHasId
interface IHasName
interface IHasResourceGroup
interface IHasManager<IKeyVaultManager>
interface IHasInner<VaultInner>
interface IRefreshable<IVault>
interface IUpdatable<IUpdate>
interface IVaultBeta
interface IBeta
Public Interface IVault
Implements IBeta, IGroupableResource(Of IKeyVaultManager, VaultInner), IHasInner(Of VaultInner), IHasManager(Of IKeyVaultManager), IRefreshable(Of IVault), IUpdatable(Of IUpdate), IVaultBeta
- Implements
Properties
AccessPolicies |
Gets an array of 0 to 16 identities that have access to the key vault. All identities in the array must use the same tenant ID as the key vault's tenant ID. |
Client |
Gets an authenticated Key Vault data client. (Inherited from IVaultBeta) |
EnabledForDeployment |
Gets whether Azure Virtual Machines are permitted to retrieve certificates stored as secrets from the key vault. |
EnabledForDiskEncryption |
Gets whether Azure Disk Encryption is permitted to retrieve secrets from the vault and unwrap keys. |
EnabledForTemplateDeployment |
Gets whether Azure Resource Manager is permitted to retrieve secrets from the key vault. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
Key | (Inherited from IIndexable) |
Keys |
Gets the Key Vault key API entry point. (Inherited from IVaultBeta) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Region | (Inherited from IResource) |
RegionName | (Inherited from IResource) |
ResourceGroupName | (Inherited from IHasResourceGroup) |
Secrets |
Gets the Key Vault secret API entry point. (Inherited from IVaultBeta) |
Sku |
Gets SKU details. |
Tags | (Inherited from IResource) |
TenantId |
Gets the Azure Active Directory tenant ID that should be used for authenticating requests to the key vault. |
Type | (Inherited from IResource) |
VaultUri |
Gets the URI of the vault for performing operations on keys and secrets. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Azure SDK for .NET