Uses of Class
com.microsoft.azure.management.keyvault.VaultProperties
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of VaultProperties in com.microsoft.azure.management.keyvault
Modifier and TypeMethodDescriptionVaultCreateOrUpdateParameters.properties()
Get the properties value.VaultProperties.withAccessPolicies
(List<AccessPolicyEntry> accessPolicies) Set the accessPolicies value.VaultProperties.withCreateMode
(CreateMode createMode) Set the createMode value.VaultProperties.withEnabledForDeployment
(Boolean enabledForDeployment) Set the enabledForDeployment value.VaultProperties.withEnabledForDiskEncryption
(Boolean enabledForDiskEncryption) Set the enabledForDiskEncryption value.VaultProperties.withEnabledForTemplateDeployment
(Boolean enabledForTemplateDeployment) Set the enabledForTemplateDeployment value.VaultProperties.withEnablePurgeProtection
(Boolean enablePurgeProtection) Set the enablePurgeProtection value.VaultProperties.withEnableSoftDelete
(Boolean enableSoftDelete) Set the enableSoftDelete value.VaultProperties.withNetworkAcls
(NetworkRuleSet networkAcls) Set the networkAcls value.Set the sku value.VaultProperties.withTenantId
(UUID tenantId) Set the tenantId value.VaultProperties.withVaultUri
(String vaultUri) Set the vaultUri value.Modifier and TypeMethodDescriptionVaultCreateOrUpdateParameters.withProperties
(VaultProperties properties) Set the properties value.