Uses of Interface
com.microsoft.azure.management.keyvault.Vault.Update
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of Vault.Update in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionVault.UpdateStages.WithNetworkRuleSet.withAccessFromAllNetworks()
Specifies that by default access to key vault should be allowed from all networks.Vault.UpdateStages.WithNetworkRuleSet.withAccessFromAzureServices()
Specifies that access to the key vault should be allowed from applications running on Microsoft azure services.Vault.UpdateStages.WithNetworkRuleSet.withAccessFromIpAddress
(String ipAddress) Specifies that access to the key vault from the specific ip address should be allowed.Vault.UpdateStages.WithNetworkRuleSet.withAccessFromIpAddressRange
(String ipAddressCidr) Specifies that access to the key vault from the specific ip range should be allowed.Vault.UpdateStages.WithNetworkRuleSet.withAccessFromSelectedNetworks()
Specifies that by default access to key vault should be denied from all networks.Vault.UpdateStages.WithAccessPolicy.withAccessPolicy
(AccessPolicy accessPolicy) Attach an existing access policy.Vault.UpdateStages.WithNetworkRuleSet.withBypass
(NetworkRuleBypassOptions bypass) Set the bypass value.Vault.UpdateStages.WithNetworkRuleSet.withDefaultAction
(NetworkRuleAction defaultAction) Set the defaultAction value.Vault.UpdateStages.WithConfigurations.withDeploymentDisabled()
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.UpdateStages.WithConfigurations.withDeploymentEnabled()
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.UpdateStages.WithConfigurations.withDiskEncryptionDisabled()
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.UpdateStages.WithConfigurations.withDiskEncryptionEnabled()
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.UpdateStages.WithAccessPolicy.withoutAccessPolicy
(String objectId) Remove an access policy from the access policy list.Vault.UpdateStages.WithConfigurations.withPurgeProtectionEnabled()
Enable purge protection for the key vault; valid only if soft delete is also enabled.Vault.UpdateStages.WithConfigurations.withSoftDeleteEnabled()
Enable soft delete for the key vault.Vault.UpdateStages.WithConfigurations.withTemplateDeploymentDisabled()
Disable Azure Resource Manager to retrieve secrets from the key vault.Vault.UpdateStages.WithConfigurations.withTemplateDeploymentEnabled()
Enable Azure Resource Manager to retrieve secrets from the key vault.Vault.UpdateStages.WithNetworkRuleSet.withVirtualNetworkRules
(List<VirtualNetworkRule> virtualNetworkRules) Get the virtualNetworkRules value.Modifier and TypeMethodDescriptionVault.UpdateStages.WithAccessPolicy.defineAccessPolicy()
Begins the definition of a new access policy to be added to this key vault.