IWithCreate 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.
A key vault definition with sufficient inputs to create a new storage account in the cloud, but exposing additional optional inputs to specify.
public interface IWithCreate : Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithAccessPolicy, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithConfigurations, Microsoft.Azure.Management.KeyVault.Fluent.Vault.Definition.IWithSku, 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 IWithCreate = interface
interface ICreatable<IVault>
interface IIndexable
interface IDefinitionWithTags<IWithCreate>
interface IWithSku
interface IWithConfigurations
interface IWithAccessPolicy
Public Interface IWithCreate
Implements ICreatable(Of IVault), IDefinitionWithTags(Of IWithCreate), IWithAccessPolicy, IWithConfigurations, IWithSku
- Derived
- 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) |
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
Azure SDK for .NET