IDefinition Interface

Definition

Container interface for all the definitions that need to be implemented.

public interface IDefinition : Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IBlank, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithCreate, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithCreatableResourceGroup<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithExistingResourceGroup<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithGroup<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.GroupableResource.Definition.IWithNewResourceGroup<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithRegion<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Definition.IDefinitionWithTags<Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithCreate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.KeyVault.Fluent.IVault>
type IDefinition = interface
    interface IBlank
    interface IDefinitionWithRegion<IWithGroup>
    interface IWithGroup
    interface IWithGroup<IWithAccessPolicy>
    interface IWithExistingResourceGroup<IWithAccessPolicy>
    interface IWithNewResourceGroup<IWithAccessPolicy>
    interface IWithCreatableResourceGroup<IWithAccessPolicy>
    interface IWithAccessPolicy
    interface IWithCreate
    interface ICreatable<IVault>
    interface IIndexable
    interface IDefinitionWithTags<IWithCreate>
    interface IWithSku
    interface IWithConfigurations
Public Interface IDefinition
Implements IBlank, ICreatable(Of IVault), IDefinitionWithRegion(Of IWithGroup), IDefinitionWithTags(Of IWithCreate), IWithCreatableResourceGroup(Of IWithAccessPolicy), IWithCreate, IWithExistingResourceGroup(Of IWithAccessPolicy), IWithGroup, IWithGroup(Of IWithAccessPolicy), IWithNewResourceGroup(Of IWithAccessPolicy)
Implements

Properties

Key (Inherited from IIndexable)
Name

Gets the name of the creatable resource.

(Inherited from ICreatable<T>)

Methods

Create()

Execute the create request.

(Inherited from ICreatable<T>)
CreateAsync(CancellationToken, Boolean)

Puts the request into the queue and allow the HTTP client to execute it when system resources are available.

(Inherited from ICreatable<T>)
DefineAccessPolicy()

Begins the definition of a new access policy to be added 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)
WithEmptyAccessPolicy()

Attach no access policy.

(Inherited from IWithAccessPolicy)
WithExistingResourceGroup(IResourceGroup)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithExistingResourceGroup(String)

Associates the resource with an existing resource group.

(Inherited from IWithExistingResourceGroup<T>)
WithNewResourceGroup() (Inherited from IWithNewResourceGroup<T>)
WithNewResourceGroup(ICreatable<IResourceGroup>)

Creates a new resource group to put the resource in, based on the definition specified.

(Inherited from IWithCreatableResourceGroup<T>)
WithNewResourceGroup(String) (Inherited from IWithNewResourceGroup<T>)
WithRegion(Region)

Specifies the region for the resource.

(Inherited from IDefinitionWithRegion<T>)
WithRegion(String)

Specifies the region for the resource by name.

(Inherited from IDefinitionWithRegion<T>)
WithSku(SkuName)

Specifies the sku of the key vault.

(Inherited from IWithSku)
WithSoftDeleteEnabled()

Enable soft delete for the key vault.

(Inherited from IWithConfigurations)
WithTag(String, String)

Adds a tag to the resource.

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

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

(Inherited from IDefinitionWithTags<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