Uses of Class
org.jclouds.azurecompute.arm.domain.VaultProperties
Packages that use VaultProperties
-
Uses of VaultProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultPropertiesModifier and TypeMethodDescriptionVaultProperties.Builder.build()
static VaultProperties
VaultProperties.create
(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies) abstract VaultProperties
Vault.properties()
Methods in org.jclouds.azurecompute.arm.domain with parameters of type VaultPropertiesModifier and TypeMethodDescriptionstatic Vault
Vault.create
(String id, String name, String type, String location, VaultProperties properties, Map<String, String> tags) abstract Vault.Builder
Vault.Builder.properties
(VaultProperties properties) -
Uses of VaultProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type VaultPropertiesModifier and TypeMethodDescriptionVaultApi.createOrUpdateVault
(String vaultName, String location, VaultProperties properties, Map<String, String> tags)