Uses of Class
org.jclouds.azurecompute.arm.domain.VaultProperties
-
Packages that use VaultProperties Package Description org.jclouds.azurecompute.arm.domain org.jclouds.azurecompute.arm.features -
-
Uses of VaultProperties in org.jclouds.azurecompute.arm.domain
Methods in org.jclouds.azurecompute.arm.domain that return VaultProperties Modifier and Type Method Description VaultPropertiesVaultProperties.Builder. build()static VaultPropertiesVaultProperties. create(String tenantId, URI vaultUri, Boolean enabledForDeployment, Boolean enabledForTemplateDeployment, Boolean enableSoftDelete, String createMode, SKU sku, List<VaultProperties.AccessPolicyEntry> accessPolicies)abstract VaultPropertiesVault. properties()Methods in org.jclouds.azurecompute.arm.domain with parameters of type VaultProperties Modifier and Type Method Description static VaultVault. create(String id, String name, String type, String location, VaultProperties properties, Map<String,String> tags)abstract Vault.BuilderVault.Builder. properties(VaultProperties properties) -
Uses of VaultProperties in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with parameters of type VaultProperties Modifier and Type Method Description VaultVaultApi. createOrUpdateVault(String vaultName, String location, VaultProperties properties, Map<String,String> tags)
-