public static interface Vault.DefinitionStages.WithConfigurations
Modifier and Type | Method and Description |
---|---|
Vault.DefinitionStages.WithCreate |
withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
withPurgeProtectionEnabled()
Enable purge protection for the key vault; valid only if soft delete is also enabled.
|
Vault.DefinitionStages.WithCreate |
withSoftDeleteEnabled()
Enable soft delete for the key vault.
|
Vault.DefinitionStages.WithCreate |
withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.DefinitionStages.WithCreate withDeploymentEnabled()
Vault.DefinitionStages.WithCreate withDiskEncryptionEnabled()
Vault.DefinitionStages.WithCreate withTemplateDeploymentEnabled()
@Beta(value=V1_11_0) Vault.DefinitionStages.WithCreate withSoftDeleteEnabled()
@Beta(value=V1_11_0) Vault.DefinitionStages.WithCreate withPurgeProtectionEnabled()
Vault.DefinitionStages.WithCreate withDeploymentDisabled()
Vault.DefinitionStages.WithCreate withDiskEncryptionDisabled()
Vault.DefinitionStages.WithCreate withTemplateDeploymentDisabled()
Copyright © 2019. All rights reserved.