| Modifier and Type | Method and Description |
|---|---|
Vault.Update |
Vault.UpdateStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy)
Attach an existing access policy.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.Update |
Vault.UpdateStages.WithAccessPolicy.withoutAccessPolicy(String objectId)
Remove an access policy from the access policy list.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.Update |
Vault.UpdateStages.WithConfigurations.withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.
|
| Modifier and Type | Method and Description |
|---|---|
AccessPolicy.UpdateDefinitionStages.Blank<Vault.Update> |
Vault.UpdateStages.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.
*/