Uses of Class
com.microsoft.azure.management.keyvault.VaultProperties
Packages that use VaultProperties
Package
Description
This package contains the classes for KeyVaultManagementClient.
-
Uses of VaultProperties in com.microsoft.azure.management.keyvault
Methods in com.microsoft.azure.management.keyvault that return VaultPropertiesModifier 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.Methods in com.microsoft.azure.management.keyvault with parameters of type VaultPropertiesModifier and TypeMethodDescriptionVaultCreateOrUpdateParameters.withProperties(VaultProperties properties) Set the properties value.