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