Uses of Interface
com.azure.resourcemanager.keyvault.models.Vault.Update
Packages that use Vault.Update
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Vault.Update in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return Vault.UpdateModifier and TypeMethodDescriptionVault.UpdateStages.WithNetworkRuleSet.disablePublicNetworkAccess()Disables public network access for the vault, for private link feature.Vault.UpdateStages.WithNetworkRuleSet.enablePublicNetworkAccess()Enables public network access for the vault.Vault.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. except from those networks specified via withVirtualNetworkRules, withAccessFromIpAddressRange withAccesFromIpAddressVault.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.WithAccessPolicy.withoutRoleBasedAccessControl()Disables role based access control (RBAC) for authorization of data access.Vault.UpdateStages.WithConfigurations.withPurgeProtectionEnabled()Enable purge protection for the key vault; valid only if soft delete is also enabled.Vault.UpdateStages.WithAccessPolicy.withRoleBasedAccessControl()Enables role based access control (RBAC) for authorization of data access.Vault.UpdateStages.WithConfigurations.withSoftDeleteEnabled()Deprecated.soft-delete protection is enabled by default.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.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type Vault.UpdateModifier and TypeMethodDescriptionVault.UpdateStages.WithAccessPolicy.defineAccessPolicy()Begins the definition of a new access policy to be added to this key vault.