Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromAllNetworks() |
Specifies that by default access to key vault should be allowed from all networks.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromAzureServices() |
Specifies that access to the key vault should be allowed from applications running on Microsoft azure
services.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromIpAddress(String ipAddress) |
Specifies that access to the key vault from the specific ip address should be allowed.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromIpAddressRange(String ipAddressCidr) |
Specifies that access to the key vault from the specific ip range should be allowed.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withAccessFromSelectedNetworks() |
Specifies that by default access to key vault should be denied from all networks.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withAccessPolicy(AccessPolicy accessPolicy) |
Attach an existing access policy.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withBypass(NetworkRuleBypassOptions bypass) |
Set the bypass value.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withDefaultAction(NetworkRuleAction defaultAction) |
Set the defaultAction value.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDeploymentDisabled() |
Disable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDeploymentEnabled() |
Enable Azure Virtual Machines to retrieve certificates stored as secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDiskEncryptionDisabled() |
Disable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withDiskEncryptionEnabled() |
Enable Azure Disk Encryption to retrieve secrets from the vault and unwrap keys.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withEmptyAccessPolicy() |
Attach no access policy.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withPurgeProtectionEnabled() |
Enable purge protection for the key vault; valid only if soft delete is also enabled.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithAccessPolicy.withRoleBasedAccessControl() |
Enables role based access control (RBAC) for authorization of data access.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithSku.withSku(SkuName skuName) |
Specifies the sku of the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withSoftDeleteEnabled() |
Deprecated.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentDisabled() |
Disable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithConfigurations.withTemplateDeploymentEnabled() |
Enable Azure Resource Manager to retrieve secrets from the key vault.
|
Vault.DefinitionStages.WithCreate |
Vault.DefinitionStages.WithNetworkRuleSet.withVirtualNetworkRules(List<VirtualNetworkRule> virtualNetworkRules) |
Get the virtualNetworkRules value.
|