| Modifier and Type | Interface and Description |
|---|---|
static interface |
Vault.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy)
Attach an existing access policy.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withEmptyAccessPolicy()
Attach no access policy.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithSku.withSku(SkuName skuName)
Specifies the sku of the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPolicy.DefinitionStages.Blank<Vault.DefinitionStages.WithCreate> |
Vault.DefinitionStages.WithAccessPolicy.defineAccessPolicy()
Begins the definition of a new access policy to be added to this key vault.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/