Uses of Interface
com.azure.resourcemanager.keyvault.models.Vault.DefinitionStages.WithCreate
Packages that use Vault.DefinitionStages.WithCreate
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Vault.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.models
Subinterfaces of Vault.DefinitionStages.WithCreate in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.keyvault.models that return Vault.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVault.DefinitionStages.WithNetworkRuleSet.withAccessFromAllNetworks()Specifies that by default access to key vault should be allowed from all networks.Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromAzureServices()Specifies that access to the key vault should be allowed from applications running on Microsoft azure services.Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromIpAddress(String ipAddress) Specifies that access to the key vault from the specific ip address should be allowed.Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromIpAddressRange(String ipAddressCidr) Specifies that access to the key vault from the specific ip range should be allowed.Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromSelectedNetworks()Specifies that by default access to key vault should be denied from all networks.Vault.DefinitionStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy) Attach an existing access policy.Vault.DefinitionStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) Set the bypass value.Vault.DefinitionStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) Set the defaultAction value.Vault.DefinitionStages.WithConfigurations.withDeploymentDisabled()Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.DefinitionStages.WithConfigurations.withDeploymentEnabled()Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.Vault.DefinitionStages.WithConfigurations.withDiskEncryptionDisabled()Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.DefinitionStages.WithConfigurations.withDiskEncryptionEnabled()Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.Vault.DefinitionStages.WithAccessPolicy.withEmptyAccessPolicy()Attach no access policy.Vault.DefinitionStages.WithConfigurations.withPurgeProtectionEnabled()Enable purge protection for the key vault; valid only if soft delete is also enabled.Vault.DefinitionStages.WithAccessPolicy.withRoleBasedAccessControl()Enables role based access control (RBAC) for authorization of data access.Specifies the sku of the key vault.Vault.DefinitionStages.WithConfigurations.withSoftDeleteEnabled()Deprecated.soft-delete protection is enabled by default.Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentDisabled()Disable Azure Resource Manager to retrieve secrets from the key vault.Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentEnabled()Enable Azure Resource Manager to retrieve secrets from the key vault.Vault.DefinitionStages.WithNetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) Get the virtualNetworkRules value.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type Vault.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVault.DefinitionStages.WithAccessPolicy.defineAccessPolicy()Begins the definition of a new access policy to be added to this key vault.